MonoLabel
A MonoLabel component from the Sigil design system.
Import
import { MonoLabel } from "@sigil-ui/components";Preview
Usage
<MonoLabel>MonoLabel content</MonoLabel>Props
| Prop | Type | Default | Description |
|---|---|---|---|
variant | MonoLabelVariant | muted | Visual variant. |
size | MonoLabelSize | xs | Size preset. |
as | `"span" | "p" | "label" |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-text-muted | Text muted |
--s-primary | Primary |
--s-text | Text |
--s-font-mono | Font mono |