Target-tracking card with a target icon, current / goal values, a tone-colored progress bar, and a deadline footer.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Dashboard13 } from "@/components/beste/piece/dashboard13";
<Dashboard13
label="Q2 revenue goal"
current="$148K"
target="$240K"
ofLabel="of"
progress={62}
remaining="$92K to goal"
deadline="28 days left"
tone="emerald"
/>