Status List Card

System status

SchedulingOperational
Billing syncOperational
Records exportDegraded
About this piece

Status List Card

A compact status panel listing services, each with a colored dot and an operational state.

Usage

The import and the props worth knowing about, in one place.

import { Indicator13 } from "@/components/beste/piece/indicator13";

<Indicator13
  title="System status"
  items={[
    {
      "label": "Scheduling",
      "status": "Operational",
      "tone": "emerald"
    },
    {
      "label": "Billing sync",
      "status": "Operational",
      "tone": "emerald"
    },
    {
      "label": "Records export",
      "status": "Degraded",
      "tone": "amber"
    }
  ]}
/>

More Indicator pieces

View all Indicator

Booking service

99.98%

Last 45 days

Uptime Strip Card

A status card showing one service's uptime percentage above a dense strip of daily bars tinted by how that day went.

Live

Status Pill

Pulsing status dot in four tints: live, beta, paused, offline.

Only 4 left

Stock Level

Stock status chip with a dot and auto-phrased copy across in-stock, low, out, and preorder states.

Syncing workspace

Spinner Pill

Spinning loader icon paired with a status label inside a rounded pill.

Building

Status Morph

Deployment pill that morphs from Building to Deploying to Live, its width easing to fit each label while the text cross-fades and the colour shifts.

Stagingfeat/onboarding-v3

Environment Badge

Pill that names the deploy environment with a matching dot color and an optional mono branch suffix.