EldoraUI's components make building UIs effortless great work!
Installation
Copy and paste the following code into your project.
components/eldoraui/testimonalslider.tsx
Update the import paths to match your project setup.
Props
TestimonialsSlider
Component Props
Prop Name | Type | Default | Description |
---|---|---|---|
testimonials | Testimonial[] | - | Array of testimonial objects containing the image, quote, name, and role. |
Testimonial
Object
Property Name | Type | Description |
---|---|---|
img | string | The URL or path to the image for the testimonial. |
quote | string | The testimonial quote text. |
name | string | The name of the person giving the testimonial. |
role | string | The role of the person giving the testimonial. |