StatsSection
A StatsSection component from the Sigil design system.
import { StatsSection } from "@sigil-ui/components";
<StatsSection>...</StatsSection>
| Prop | Type | Default | Description |
|---|
label | string | — | — |
title | ReactNode | — | — |
description | string | — | — |
stats | StatItem[] | — | — |
variant | `"inline" | "cards" | "bordered"` |
| 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-border | Border |
--s-font-display | Font display |
--s-text | Text |
--s-success | Success |
--s-text-muted | Text muted |
--s-text-subtle | Text subtle |