Display
Lamp
Colored status dot with halo. Pure presentational — pair with a label for assistive tech.
Examples
States
idle running warn fail
<Lamp state="idle" /> idle
<Lamp state="running" /> running
<Lamp state="warn" /> warn
<Lamp state="fail" /> failLarger
<Lamp state="running" size={14} />Props
| Prop | Type | Default | Description |
|---|---|---|---|
state | 'idle' | 'running' | 'warn' | 'fail' | 'idle' | Color + halo state. |
size | number | 8 | Diameter in px. |
Install
CLI
npx @a3tai/mittsu add lamp