01
Overview
Renders customer testimonial quotes in a single-featured or multi-card grid layout.
Usage
02
When to use
Use when
- Building a social-proof block with customer quotes and attributed people.
- Displaying one featured quote or a compact testimonial grid on landing pages.
Avoid when
- Listing product capabilities with icon + title + description rows. Use Feature section instead
- Showing team roster information for your own company. Use Team section instead
03
Examples
TestimonialSection
TestimonialSection showing attributed customer quotes in a responsive grid.
04
Props
| Name | Type | Default | Required | Bindable | Description |
|---|---|---|---|---|---|
as | 'section' | 'div' | 'section' | Wrapper element tag. | ||
title | text | Optional section heading. | |||
description | text | Optional heading description. | |||
testimonials | TestimonialSectionItem[] | req | Testimonials to render. | ||
layout | 'single' | 'grid' | 'grid' | Layout mode. | ||
columns | 2 | 3 | 3 | Columns used by grid layout. | ||
maxWidth | 'prose' | 'narrow' | 'wide' | 'full' | 'wide' | Max width token forwarded to Container. |