Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

vue3-toastify

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue3-toastify

🎉 Vue3-Toastify allows you to add notifications to your app with ease. No more nonsense!

latest
Source
npmnpm
Version
0.2.9
Version published
Weekly downloads
65K
-11.92%
Maintainers
1
Weekly downloads
 
Created
Source

Vue3 toastify

Documentation

Check the documentation to get you started!

Demo

Wanna try it out? Check out the live demo!

Installation

Using npm

npm install vue3-toastify

Using yarn

yarn add vue3-toastify

Using pnpm

pnpm add vue3-toastify

Basic Usage

<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>

Sponsorship Support

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

Ways to contribute:

  • GitHub Sponsors

GitHub Sponsors (Recommended · Zero fees)

  • Alipay/Wechat

Sponsors

Special Sponsor

special sponsor appwrite

Keywords

vue

FAQs

Package last updated on 07 Mar 2026

Did you know?

Socket

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.

Install

Related posts