FeatureFrame
A FeatureFrame component from the Sigil design system.
import { FeatureFrame } from "@sigil-ui/components";
<FeatureFrame>...</FeatureFrame>
| Prop | Type | Default | Description |
|---|
icon | ReactNode | — | Icon or visual element. |
title | string | — | Feature title. |
description | string | — | Feature description. |
| CSS Variable | Purpose |
|---|
--s-card-radius | Card radius |
--s-border-style | Border style |
--s-border | Border |
--s-surface | Surface |
--s-duration-normal | Duration normal |
--s-shadow-md | Shadow md |
--s-radius-md | Radius md |
--s-primary-muted | Primary muted |
--s-primary | Primary |
--s-text | Text |
--s-text-muted | Text muted |