You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current implementation of the Toast component, we provide consumers with the following API props: children, onClose, show, action, closeLabel, delay and className.
The Toast component is always displayed at the bottom left and always has a $gray-700 color.
I think it would be convenient for consumers to select a toast variant and position, similar to the Annotation component. For example, using the API prop, consumers could select an variant (e.g. error) and display the Toast in the lower right corner.
The text was updated successfully, but these errors were encountered:
In the current implementation of the Toast component, we provide consumers with the following API props: children, onClose, show, action, closeLabel, delay and className.
The Toast component is always displayed at the bottom left and always has a $gray-700 color.
I think it would be convenient for consumers to select a toast variant and position, similar to the Annotation component. For example, using the API prop, consumers could select an variant (e.g.
error
) and display the Toast in the lower right corner.The text was updated successfully, but these errors were encountered: