Check the documentation to get you started!
Wanna try it out? Check out the live demo!
npm install vue3-toastifyyarn add vue3-toastifypnpm add vue3-toastify<template> <button @click="notify">Notify !</button> </template> <script setup> import { toast } from 'vue3-toastify'; import 'vue3-toastify/dist/index.css'; const notify = () => { toast("Wow so easy !", { autoClose: 1000, }); // ToastOptions } </script>Maintaining an open-source project requires significant time and resources. Your sponsorship will directly support:
-
π οΈ Continuous development and updates
-
π Swift bug fixes and issue resolution
-
π Documentation improvements and expanded examples
- GitHub Sponsors
GitHub Sponsors (Recommended Β· Zero fees)
- Alipay/Wechat
| |


