Toast Notification
v1.2.0Temporary notification messages.
Global Trigger Sandboxes
Click the buttons to trigger different toast types.
API Reference
All available props for this component.
Property | Type | Default | Description |
|---|---|---|---|
| title | string | required | The central textual message heading applied inside the notification box container. |
| description | string | undefined | Secondary contextual paragraph block describing finer execution metadata detail parameters. |
| type | 'default' | 'success' | 'error' | 'warning' | 'info' | 'default' | Drives internal color variant mappings and automatically appends system status vectors. |
| duration | number | 5000 | Milliseconds to wait before automated eviction. Feed 'Infinity' to force absolute persistence. |