Inbox row with sender, subject line, two-line body preview, attachment clip, and star.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Notification11 } from "@/components/beste/piece/notification11";
<Notification11
sender="Stripe"
email="receipts@stripe.com"
subject="Your February invoice is ready"
preview="Your usage for February 1 โ 29 totalled $1,284.00. Payment will be collected on the 3rd."
time="09:42"
hasAttachment={true}
starred={false}
/>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.
Grouped inbox card showing three queued notifications behind two peeking cards above.
Incoming request card with avatar, handle, mutual-connections line, and accept or decline buttons.
You-were-mentioned card with the channel context and the quoted message.
Notification with a circled icon, title, description, and an optional action link.