Grouped inbox card showing three queued notifications behind two peeking cards above.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Notification10 } from "@/components/beste/piece/notification10";
<Notification10
items={[
{
"icon": "heart",
"title": "3 new likes",
"description": "on your post about shipping velocity"
},
{
"icon": "message",
"title": "Alex replied",
"description": "in the #launch-prep thread"
},
{
"icon": "bell",
"title": "Daily standup",
"description": "starts in 10 minutes"
}
]}
/>