Components · Labels & Badges
A pill indicator for status values like active, pending, error.
import { Status Pill } from '@nexub/react';| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| label | string | — | ✓ | Text displayed inside the pill. |
| tone | 'neutral' | 'info' | 'success' | 'warning' | 'danger' | 'neutral' | — | Semantic colour tone of the pill. |
| dot | boolean | false | — | Renders a small status dot before the label. Pulses automatically for success and info tones. |