Installing
Install the library
Getting started
Wrap your app in a ToastProvider
Import the useToast
hook and use it to open and close Toasts with the addToast
and removeToast
functions.
Basic
You can pass the type success
, info
, warning
, and error
to the addToast
function.
ToastBasic
Props
Coming soon