Notification Bell

Bell icon with a rose count badge and an optional label. Counts over 99 clamp to 99+.

12
12 unread

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

Import & use
import { Card6 } from "@/components/beste/piece/card6";

<Card6
  count={12}
  label="unread"
/>