The Best Toast in Town. 
 Smoking hot Vue notifications. 
1
Install package
It weighs less than 5kb
pnpm i vue3-hot-toast2
Add Toaster to your app
Make sure it's placed at the top
<div><Toaster/></div>3
Start toasting!
Call it from anywhere
toast("Hello World")Examples
toast.success('Successfully toasted!')
Change Position
<Toaster
  position="top-center"
  :reverseOrder="false"
/>