Testimonial SmallTestimonial Small Dark
page.tsx
import TestimonialSmall from "@/components/testimonial-small";

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
<TestimonialSmall rating={4.5} count={444} animate={false} />
If you need basic components like buttons, inputs, and more, they are available with Shadcn UI.