react-stacked-toast

When one toast is not enough, stack them up!

๐Ÿ“–Documents
Easy to use
Customizable
Stackable
1
Install package
yarn add react-stacked-toast
2
Add <Toaster /> to your app
<div><Toaster/></div>
3
Ready to serve!
toast("Wanna a toast?")
toast.success({
title: 'Successfully toasted!',
description: 'You make a toast and it is successful.',
});
<Toaster position="right"/>