FeatureSection
A FeatureSection component from the Sigil design system.
import { FeatureSection } from "@sigil-ui/components";
<FeatureSection>...</FeatureSection>
| Prop | Type | Default | Description |
|---|
label | string | — | — |
title | ReactNode | — | — |
description | ReactNode | — | — |
features | FeatureItem[] | — | — |
columns | `2 | 3 | 4` |
align | `"left" | "center"` | — |
| 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-duration-fast | Duration fast |
--s-border | Border |
--s-radius-md | Radius md |
--s-primary-muted | Primary muted |
--s-primary | Primary |
--s-text | Text |