Quote
Quotes and testimonials
Display quotes and user testimonials.
Quote
Featured quote with attribution:
"this framework changed how we build documentation
"
Jane Smith
CEO at Acme
With avatar
"incredibly easy to customize
"
John Doe
Developer
Testimonials grid
Display multiple testimonials in a grid:
fast builds, great dx
Alice
Engineer
beautiful default styles
Bob
Designer
Props
Quote
| prop | type | default | description |
|---|---|---|---|
| author | string | - | Author name |
| role | string | - | Author role |
| avatar | string | - | Avatar URL |
| children | ReactNode | - | Quote text |
Testimonials
| prop | type | default | description |
|---|---|---|---|
| children | ReactNode | - | Testimonial items |
Testimonial
| prop | type | default | description |
|---|---|---|---|
| author | string | required | Author name |
| role | string | - | Author role |
| avatar | string | - | Avatar URL |
| children | ReactNode | - | Quote text |