Feedback
Toaster
Renders the notifications created by toast(). Mount it once, anywhere in your app.
Install
import { Toaster } from 'vael-ui'Playground
bottom-right
import { toast, Toaster } from 'vael-ui'
<Toaster position="bottom-right" :max-visible="4" :gap="10" />
// anywhere in your app
toast('Saved changes')
toast.success('Upload complete')