Step Dots

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

3 / 5

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

Import & use
import { Indicator2 } from "@/components/beste/piece/indicator2";

<Indicator2
  total={5}
  current={3}
  tone="primary"
/>