Component Library
Testimonial Card
An interactive testimonial card with star rating and author details
Testimonial Card
The TestimonialCard component comes with an interactive star rating, a descriptive review along with the author's details.
UI Preview
Usage
To use the TestimonialCard component, import it and provide it with the necessary testimonialCardData:
import React from "react";
import { TestimonialCard } from "@cloudnua-mobile/components/custom/testimonials/TestimonialCard";
import testimonialCardData from "@cloudnua-mobile/utils/constants/testimonialCard";
export const TestimonialCardBasic = () => {
return <TestimonialCard {...testimonialCardData} />;
};CloudNua Mobile Starter
This component is included with CloudNua Mobile. All packages and source code are available with your purchase. View plans →