Horizontal milestone tracker with tone-filled done checks, a ringed current step, muted pending steps, and dates below.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Dashboard26 } from "@/components/beste/piece/dashboard26";
<Dashboard26
heading="Milestones"
steps={[
{
"label": "Design",
"date": "Apr 2"
},
{
"label": "Build",
"date": "Apr 12"
},
{
"label": "QA",
"date": "Apr 22"
},
{
"label": "Launch",
"date": "May 3"
}
]}
current={2}
tone="violet"
/>