FeatureFrameSection
A FeatureFrameSection component from the Sigil design system.
import { FeatureFrameSection } from "@sigil-ui/components";
<FeatureFrameSection>...</FeatureFrameSection>
| Prop | Type | Default | Description |
|---|
label | string | — | Section label above heading. |
heading | string | — | Section heading. |
features | FeatureFrameRowProps[] | — | Feature rows. |
| CSS Variable | Purpose |
|---|
--s-border | Border |
--s-primary | Primary |
--s-text | Text |
--s-duration-normal | Duration normal |
--s-ease-out | Ease out |
--s-ease-default | Ease default |
--s-text-muted | Text muted |
--s-duration-fast | Duration fast |
--s-radius-full | Radius full |
--s-duration-slow | Duration slow |