Notifications
Stackable notification systems. From raw mechanical popups to fluid glass anomalies.
Notification Stack
Stackable notifications with thick borders, hard shadows, and fluid stacking animations.
Changes saved successfully!
Failed to update profile.
New update available.
API Reference
Available configuration to customize the component.
| Prop | Type | Default | Description |
|---|---|---|---|
| initialNotifications | NotificationItem[] | — | Array of notifications to display initially |
| buttonText | string | — | Text for the push notification button |
| emptyText | string | — | Text displayed when there are no active notifications |
Liquid Notification
Stackable glass notifications with a traveling liquid plasma effect built with SVG displacement filters.
API Reference
Available configuration to customize the component.
| Prop | Type | Default | Description |
|---|---|---|---|
| notifications | NotificationData[] | — | Array of notifications to display |
| onClose | (id: number | string) => void | — | Callback triggered when the close button is clicked |