Notification Stack

New

Compact notification cards that spring from a stacked summary into a readable list on hover, focus or tap.

Updated

Install

Add it with the shadcn CLI, or copy the source manually.

$ bunx --bun shadcn add @beui/notification-stack

API Reference

items
NotificationStackItem[]
expanded?
boolean
defaultExpanded?
boolean
false
onExpandedChange?
((expanded: boolean) => void)
onViewAll?
(() => void)
maxVisible?
number
3
collapsedLabel?
string
Notifications
expandedLabel?
string
View all
emptyLabel?
string
All caught up
className?
string
classNames?
NotificationStackClassNames

Keep in mind

Some components on this site are inspired by or recreated from existing work across the web. I'm not here to take credit; just to learn, experiment, and sometimes push things a bit further. If something looks familiar and I forgot to mention you, reach out and I'll fix that right away.