Installation
Examples
With icon and action
Icon on the left, extra content on the right.
Push notifications
Browser alert support
Email notifications
Weekly digest emails
Desktop app alerts
System tray notifications
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| icon | ReactNode | — | Icon rendered at the start of the item. |
| extra | ReactNode | — | Content rendered at the end of the item. |
| disabled | boolean | false | Reduces opacity. |
| onClick | () => void | — | Makes the item interactive. |