Loading Dots

Three staggered pulsing dots inside a pill, paired with an optional label.

Thinking

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

Import & use
import { Progress4 } from "@/components/beste/piece/progress4";

<Progress4
  label="Thinking"
  tone="primary"
/>