Row of small dots showing progress through N steps, with a trailing fraction count.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Indicator2 } from "@/components/beste/piece/indicator2";
<Indicator2
total={5}
current={3}
tone="primary"
/>