Component Library
Testimonials Carousel
A carousel component for showcasing client testimonials
Testimonials Carousel
Overview
The TestimonialsCarousel component is designed to showcase client testimonials in a carousel, featuring their positive experiences with the product, enhancing credibility and user trust.
UI Preview
Usage
To implement the component, import it with the required testimonials data:
import React from "react";
import { TestimonialsCarousel } from "@cloudnua-mobile/components/custom/testimonials/TestimonialsCarousel";
import carouselTestimonials from "@cloudnua-mobile/utils/constants/carouselTestimonials";
export const TestimonialsCarouselBasic = () => {
return <TestimonialsCarousel testimonials={carouselTestimonials} />;
};Required Props
testimonials: Array of testimonial data for the carousel
CloudNua Mobile Starter
This component is included with CloudNua Mobile. All packages and source code are available with your purchase. View plans →