
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
vue3-toastify
Advanced tools
🎉 Vue3-Toastify allows you to add notifications to your app with ease. No more nonsense!

Check the documentation to get you started!
Wanna try it out? Check out the live demo!
npm install vue3-toastify
yarn add vue3-toastify
pnpm 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 (Recommended · Zero fees)
|
|
FAQs
🎉 Vue3-Toastify allows you to add notifications to your app with ease. No more nonsense!
The npm package vue3-toastify receives a total of 61,877 weekly downloads. As such, vue3-toastify popularity was classified as popular.
We found that vue3-toastify demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.