Index in React Toast component
4 Sep 20261 minute to read
The React Toast is a small container in which user can show a single or multiple informative line with actions.
Key features
-
Position: Enables to position the React Toast anywhere on the screen. It has a predefined set of positions and custom inputs for position based on the target.
-
Autohide and TimeOut: React Toast can be expired based on the timeOut property; it hides React Toast automatically when reaches specific time without user interaction.
-
Multi Toast: Toasts can support to display multiple toasts with various time delay.
-
Progress Bar: Supports to visually indicate time lapse when the React Toast expires.
-
Action Buttons: Supports to add buttons in the React Toast for archiving any actions within the React Toast.
-
Template: User customized element can be defined for the React Toast using the template property.