“PioneerUI has completely transformed how we build landing pages. The components are stunning.”
S
Sarah Chen
Lead Designer · Vercel
“The best component library I've used. Copy-paste simplicity with production quality.”
M
Marcus Rivera
Frontend Engineer · Stripe
“Saved our team dozens of hours. The animation quality is unmatched.”
A
Aiko Tanaka
CTO · Linear
Installation
Usage
import { TestimonialCard } from "@/components/pioneerui/testimonial-card"
export default function Testimonial() {
return (
<TestimonialCard
quote="PioneerUI is the best component library I've used."
name="Jane Doe"
role="CTO"
company="Acme Inc"
rating={5}
variant="bordered"
/>
)
}Props
| Prop | Type | Default | Description |
|---|---|---|---|
quote | string | — | The testimonial text (required) |
name | string | — | Author name (required) |
role | string | undefined | Author job title |
company | string | undefined | Author company |
avatar | string | undefined | Avatar image URL |
rating | number | undefined | Star rating (1–5) |
variant | default | bordered | elevated | default | Visual style |