yarn add react-stacked-toast
<div><Toaster/></div>
toast("Wanna a toast?")
Copy toast.success({ title: 'Successfully toasted!', description: 'You make a toast and it is successful.',});
Copy <Toaster position="right"/>