Status Light
Status lights are used to color code categories and labels commonly found in data visualization.
Status
Variants
Success
Error
Warning
Active
Inactive
Component props
| Name | Type | Description |
|---|---|---|
| variant | StatusVariant | "success" | "warning" | "error" | "active" | "inactive" | "none" |
| color | string | Custom color (overrides variant) |