Credit Card

1.586 aspect payment card with a gradient body, gold chip, masked digits, holder name, and expiry.

VISA
••••••••••••4242
Deniz Arslan08/28

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

Import & use
import { Money5 } from "@/components/beste/piece/money5";

<Money5
  last4="4242"
  holder="Deniz Arslan"
  expiry="08/28"
  brand="VISA"
  tone="midnight"
/>