ColorDot
Small colored dot for legends and status. Supports pulse animation.
Preview
Usage
import { ColorDot } from '@ramtt/ui'
<ColorDot color="positive" />
<ColorDot color="#16A34A" label="Z2" size="lg" pulse />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| color* | 'positive' | 'negative' | 'warning' | 'info' | string | — | Dot color |
| size | 'sm' | 'md' | 'lg' | 'md' | Dot size |
| label | string | — | Label text beside dot |
| pulse | boolean | false | Pulse animation |