The Best Toast in Town.

Smoking hot Vue notifications.

GitHub
Documentation ยท v0.0.4
Hot by default
Easy to use
Accessible
Emoji Support
Customizable
Promise API
Lightweight
Pause on hover
Headless Hooks
1
Install package
It weighs less than 5kb
pnpm i vue3-hot-toast
2
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"
/>