Meter
A Meter component from the Sigil design system.
Import
import { Meter } from "@sigil-ui/components";Preview
Usage
<Meter>Meter content</Meter>Props
| Prop | Type | Default | Description |
|---|---|---|---|
value | number | — | — |
max | number | — | — |
label | string | — | — |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-error | Error |
--s-warning | Warning |
--s-primary | Primary |
--s-text | Text |
--s-text-muted | Text muted |
--s-radius-full | Radius full |
--s-border | Border |
--s-duration-normal | Duration normal |