📄️ Enter and exit animations
How to change enter and exit animations.
📄️ Body animation
How to enable body animation.
📄️ Custom animation
How to easily integrate custom animation libraries with toastup.
📄️ Custom id
Supports ability to set a custom id for the toast.
📄️ Right-to-left support
Supports right-to-left text layout for languages that require it.
📄️ Change position
Position toast in 6 available places on the screen.
📄️ Choose type
Choose from 5 types of toasts - success, error, warning, info, and default - each providing a distinct style and purpose for your notifications.
📄️ Remove programmatically
Ability to remove toasts programmatically, allowing for precise control over which notifications should be dismissed.
📄️ Accessibility
Ability to change the ARIA role of the toast.
📄️ Limit visible toasts
Allows to set a maximum number of toasts that can be displayed on the screen simultaneously.
📄️ Auto hide
Allows to set a time in ms after which the toast is hidden automatically.
📄️ Custom icon
Allows to render a custom component as an icon.
📄️ Custom toast
How to render anything as a Toast component.
📄️ Multiple Toaster components
Supports multiple Toaster components within the same view.
📄️ Styling
How to easily override default styling.