Testimonials Section
Customer testimonial cards in a responsive grid with avatars and star ratings.
Loved by developers
Teams shipping production apps trust ParticleUI to make their UIs beautiful without slowing them down.
Installation
1
Run the CLI
$npx particleui-cli add testimonials
Usage
TSX
import { TestimonialsSection } from "@/components/blocks/testimonials"
export default function Page() {
return <TestimonialsSection />
}Props
| Prop | Type | Default | Required |
|---|---|---|---|
| heading | string | "Loved by developers" | no |
| subheading | string | "Teams shipping production apps trust ParticleUI to make their UIs beautiful without slowing them down." | no |
| testimonials | Testimonial[] | defaultTestimonials | no |
Details
Source filecomponents/blocks/testimonials.tsx
Typeblock
Categoriesmarketing, blocks
npm dependencies
Registry depsglow-card, avatar
Claude skill—