Status indicator demo
8starlabs-ui/status-indicator-demoFreeExample
A status indicator demo component
Install it
npx shadcn@latest add https://ui.8starlabs.com/r/status-indicator-demo.jsonSource
1import StatusIndicator from "@/registry/8starlabs-ui/blocks/status-indicator";23export default function StatusIndicatorDemo() {4 return (5 <div className="flex flex-col gap-4">6 <StatusIndicator state="active" label="All systems operational" />7 <StatusIndicator state="down" label="Systems down" />8 <StatusIndicator state="idle" label="Systems idle" />9 <StatusIndicator state="fixing" label="Diagnosing issue, fixing" />10 <StatusIndicator state="active" label="Small size" size="sm" />11 <StatusIndicator state="fixing" label="Large size" size="lg" />12 </div>13 );14}
Files it writes
More from 8starlabs-ui
All 74 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Buttonbutton-demo | 8starlabs-ui | Examples | Free | no deps | |
| Flip clockflip-clock-countdown-demo | 8starlabs-ui | Examples | Free | no deps | |
| Flip clockflip-clock-demo | 8starlabs-ui | Examples | Free | no deps | |
| Flip clockflip-clock-showdays-demo | 8starlabs-ui | Examples | Free | no deps | |
| Flip clockflip-clock-size-demo | 8starlabs-ui | Examples | Free | no deps | |
| Flip clockflip-clock-variants-demo | 8starlabs-ui | Examples | Free | no deps | |
| Heatmapheatmap-custom-colors-demo | 8starlabs-ui | Examples | Free | no deps | |
| Heatmapheatmap-custom-display-demo | 8starlabs-ui | Examples | Free | no deps |
