Notification
Persistent notification banners with left accent border. Supports custom icons and four semantic variants.
All Variants
Four semantic types with left accent borders, icons, titles, and messages.
Custom Icons
Any Lucide icon name works with the icon prop.
Custom Content
Use children for richer body content.
Usage
Props
| Prop | Type | Default | Description |
|---|---|---|---|
type | text | "info" | Variant: info, success, warning, error |
title | text | "" | Notification heading |
message | text | "" | Description text |
icon | text | "bell" | Lucide icon name |
children | content | - | Custom body content |