SectionHeading
A SectionHeading component from the Sigil design system.
Import
import { SectionHeading } from "@sigil-ui/components";Usage
<SectionHeading>...</SectionHeading>Props
| Prop | Type | Default | Description |
|---|---|---|---|
label | string | — | — |
title | ReactNode | — | — |
description | ReactNode | — | — |
align | `"left" | "center"` | — |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-font-mono | Font mono |
--s-primary | Primary |
--s-font-display | Font display |
--s-heading-weight | Heading weight |
--s-heading-tracking | Heading tracking |
--s-text | Text |
--s-typography-size-base | Typography size base |
--s-text-muted | Text muted |