Status Monitor Sparse Demo
8starlabs-ui/status-monitor-sparse-demoFreeExample
A status monitor demo showing sparse data and empty states.
Live preview
live · rendered by the registry
Rendered by 8starlabs-ui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://ui.8starlabs.com/r/status-monitor-sparse-demo.jsonSource
1import StatusMonitor, {2 type AppStatusData3} from "@/registry/8starlabs-ui/blocks/status-monitor";45const statuses: AppStatusData[] = [6 {7 status: "normal",8 timestamp: "Jul 06, 2026",9 info: "Monitoring started for the service."10 },11 {12 status: "warning",13 timestamp: "Jul 07, 2026",14 info: "A new deployment caused slower health checks."15 },16 {17 status: "normal",18 timestamp: "Jul 08, 2026",19 info: "Health checks returned to the expected baseline."20 },21 {22 status: "empty",23 timestamp: "Jul 09, 2026",24 info: "No synthetic check data was recorded."25 },26 {27 status: "error",28 timestamp: "Jul 10, 2026",29 info: "Synthetic checks failed from two regions."30 },31 {32 status: "normal",33 timestamp: "Jul 11, 2026",34 info: "Regional checks recovered."35 }36];3738export default function StatusMonitorSparseDemo() {39 return <StatusMonitor statuses={statuses} title="New Service Rollout" />;40}
What it pulls in
Other registry items
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 |
