@theace0296/vue-snotify
v4.0.4
Published
A Vue.js toast notifications
Downloads
16
Maintainers
Readme
@theace0296/vue-snotify
This is a fork of the original vue-snotify, updated to be used with Vue 3. All of the original API and functionality remains, just with some modernization of the source and reference application (it uses Vite!).
Example
https://theace0296.github.io/vue-snotify/
Features
- 9 types of toast notifications (async, confirm, prompt, html and more...)
- Many config options (icons, backdrop, timeout, position and much more...)
- Repository includes 3 different styles. So you can use on of them, or create your own.
- Callbacks
- 5KB minified and gzipped
- Typescript definitions
- ESM, CommonJS versions
Installation
NPM
npm install @theace0296/vue-snotify
yarn
yarn add @theace0296/vue-snotify
License
MIT