Goal Card

Target-tracking card with a target icon, current / goal values, a tone-colored progress bar, and a deadline footer.

Q2 revenue goal
$148Kof $240K
$92K to goal28 days left

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

Import & use
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"
/>