Components
Testimonial Small
A small testimonial section showcasing 5 customer photos with their ratings. The count of customers who rated the product is animated.
page.tsx
Properties
rating
number
default: "5"The star rating to display (1-5).
count
number
default: "0"The number of happy customers to display.
animate
boolean
default: "true"Whether to animate the customer count.
className
string
Additional CSS classes to apply to the component.
Usage
example.tsx
If you need basic components like buttons, inputs, and more, they are available with Shadcn UI.
Was this page helpful?