TestimonialsSection
A TestimonialsSection component from the Sigil design system.
import { TestimonialsSection } from "@sigil-ui/components";
<TestimonialsSection>...</TestimonialsSection>
| Prop | Type | Default | Description |
|---|
label | string | — | — |
title | string | — | — |
description | string | — | — |
testimonials | TestimonialItem[] | — | — |
columns | `2 | 3` | — |
| CSS Variable | Purpose |
|---|
--s-section-py | Section py |
--s-content-max | Content max |
--s-page-margin | Page margin |
--s-radius-card | Radius card |
--s-border-muted | Border muted |
--s-surface | Surface |
--s-text-subtle | Text subtle |
--s-text | Text |
--s-radius-full | Radius full |
--s-primary-muted | Primary muted |
--s-primary | Primary |
--s-text-muted | Text muted |