Bell Badge

Bell icon with a pinging count badge that caps at 99+ and sits in a rounded pill.

12
Notifications

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

Import & use
import { Notification17 } from "@/components/beste/piece/notification17";

<Notification17
  count={12}
  label="Notifications"
  pinging={true}
  tone="rose"
/>