Spinner Pill

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

Syncing workspace

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

Import & use
import { Indicator3 } from "@/components/beste/piece/indicator3";

<Indicator3
  label="Syncing workspace"
  tone="primary"
/>