Status List Card

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

System status

SchedulingOperational
Billing syncOperational
Records exportDegraded

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
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
Live

Status Pill

indicator1

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

Only 4 left

Stock Level

indicator12

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

Syncing workspace

Spinner Pill

indicator3

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

Stagingfeat/onboarding-v3

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

3 / 5

Step Dots

indicator2

Row of small dots showing progress through N steps, with a trailing fraction count.

5GGood

Signal Bars

indicator10

Four ascending bars that fill with the current reception level, paired with a network name and label.