Full-width tinted banner with a tag pill, headline, CTA button, and a dismiss control.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Notification16 } from "@/components/beste/piece/notification16";
<Notification16
tag="Announcement"
title="Beste v3 is now in open beta"
description="Early access to the new editor, theming, and live previews."
action="Try it out"
dismissible={true}
/>Tinted alert with error, warning, or info severities. Optional dismiss ร on the right.
Notification with a circled icon, title, description, and an optional action link.
Bell icon with a pinging count badge that caps at 99+ and sits in a rounded pill.
Chat notification showing sender avatar, message snippet, timestamp, and an unread dot.

Mobile-style push toast with app icon tile, timestamp, and a two-line preview.
Upcoming-meeting card with a starts-soon pill, video location, and attendee count.