Cash Withdrawal

Dashed-border card with an emerald cash bubble, a status label, and a bold amount with currency.

Withdrawn
200USD

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

Import & use
import { Money8 } from "@/components/beste/piece/money8";

<Money8
  amount="200"
  currency="USD"
  label="Withdrawn"
/>