Status Pill Indicator
A production-scale, light + dark Status Pill Indicator component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add status-pill-indicatorUsage
import { StatusPillIndicator } from "@lerpa/ui";
<StatusPillIndicator />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| status | StatusKind | — | |
| label | string | — | |
| detail | string | — | |
| size | "sm" | "md" | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.