TestimonialCard
A TestimonialCard component from the Sigil design system.
import { TestimonialCard } from "@sigil-ui/components";
<TestimonialCard>...</TestimonialCard>
| Prop | Type | Default | Description |
|---|
quote | string | — | Quote text. |
author | string | — | Author name. |
role | string | — | Author role / company. |
avatar | string | — | Avatar image URL. |
| CSS Variable | Purpose |
|---|
--s-card-radius | Card radius |
--s-border-style | Border style |
--s-border | Border |
--s-surface | Surface |
--s-shadow-sm | Shadow sm |
--s-primary | Primary |
--s-text | Text |
--s-radius-full | Radius full |
--s-text-muted | Text muted |