easeUI

Notification Stack

A deck of notification cards: collapsed to the top card with peeking edges behind it, fanning into a readable list on hover or focus.

Orders import failed42s · TimeoutError at Step 2

Installation

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

API reference

PropTypeDefaultDescription
items{}--
expanded?boolean-Controlled expanded state.
defaultExpanded?booleanfalseStarting state when uncontrolled. Default false.
onExpandedChange?((expanded: boolean) => void)--
maxVisible?number3How many cards peek out behind the top one when collapsed. Default 3.
emptyLabel?stringAll caught up-
className?string--

Updated