TabularValue
A TabularValue component from the Sigil design system.
Import
import { TabularValue } from "@sigil-ui/components";Preview
Usage
<TabularValue>TabularValue content</TabularValue>Props
| Prop | Type | Default | Description |
|---|---|---|---|
size | TabularValueSize | sm | Size preset. |
as | `"span" | "div" | "td" |
muted | boolean | false | Muted text color. |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-font-mono | Font mono |
--s-text-muted | Text muted |
--s-text | Text |