Category row with spent over budget caption and a progress bar that colors emerald, amber, or rose as it fills.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Money9 } from "@/components/beste/piece/money9";
<Money9
category="Groceries"
spent="$284"
budget="$450"
progress={63}
/>