Savings Goal

Gradient piggy bank beside a saved-over-goal readout and a thin progress bar underneath.

Vacation fund
$2,480of $5,000

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

Import & use
import { Money11 } from "@/components/beste/piece/money11";

<Money11
  saved="$2,480"
  goal="$5,000"
  progress={50}
  label="Vacation fund"
  tone="rose"
/>