Toast
Description
The Toast component is used to provide users with temporary notifications. It does not require any user action.
Configuration
Usage of Toast Component (using FormComposerV2)
Success Toast
Warning Toast
Error Toast
The default transitionTime for any variant of toast is 5 seconds. However, this is configurable using the transitionTime prop (in milliseconds).
For more information: Storybook for Toast
Last updated