Skip to content

jerrywu001/vue3-toastify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

πŸŽ‰ Vue3-Toastify allows you to add notifications to your app with ease.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 8