Components
Toast
A versatile notification system for mobile and web. Supporting multiple positions, semantic variants, and complex interactive content.
Basic Usage
Positions
Select where you want the toast to appear on the screen.
Variant Gallery
Specialized variants designed for specific use cases.
Props
| Prop | Type |
|---|---|
title | string |
message | string |
variant | ToastVariant |
position | enum |
avatar | string |
type | 'success' | 'error' | 'info' |
visible | boolean |
duration | number |
