Component Library
Two Column Testimonial
Side-by-side testimonial display with star ratings and reviewer details
Two Column Testimonial
Overview
The TwoColumnTestimonial component displays customer reviews positioned side-by-side, showcasing user feedback, star ratings, and reviewer details to effectively highlight client satisfaction.
UI Preview
Usage
To implement the TwoColumnTestimonial component, import it and pass the required testimonials data:
import React from "react";
import { TwoColumnTestimonial } from "@cloudnua-mobile/components/custom/testimonials/TwoColumnTestimonial";
import testimonials from "@cloudnua-mobile/utils/constants/ratingTestimonials";
export const TwoColumnTestimonialBasic = () => {
return <TwoColumnTestimonial testimonials={testimonials} />;
};CloudNua Mobile Starter
This component is included with CloudNua Mobile. All packages and source code are available with your purchase. View plans →