Pricing Tag

Sale price next to a struck-through original, with a rose discount badge.

$49$89
45%

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

Import & use
import { Card3 } from "@/components/beste/piece/card3";

<Card3
  price="49"
  originalPrice="89"
  currency="$"
  discount={45}
/>