Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artemsky/vue-snotify
Vuejs 2 Notification Center
https://github.com/artemsky/vue-snotify
notifications toast toaster vue vue-components vue-notification vue-snotify vue2 vuejs vuejs2
Last synced: 1 day ago
JSON representation
Vuejs 2 Notification Center
- Host: GitHub
- URL: https://github.com/artemsky/vue-snotify
- Owner: artemsky
- License: mit
- Created: 2017-09-01T09:56:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-01T23:15:46.000Z (almost 3 years ago)
- Last Synced: 2024-10-29T15:19:02.687Z (3 months ago)
- Topics: notifications, toast, toaster, vue, vue-components, vue-notification, vue-snotify, vue2, vuejs, vuejs2
- Language: TypeScript
- Homepage: https://artemsky.github.io/vue-snotify/
- Size: 5.69 MB
- Stars: 795
- Watchers: 12
- Forks: 98
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# vue-snotify
[![Build Status](https://travis-ci.org/artemsky/vue-snotify.svg?branch=master)](https://travis-ci.org/artemsky/vue-snotify)
[![NPM Version](https://img.shields.io/npm/v/vue-snotify.svg)](https://www.npmjs.com/package/vue-snotify)
[![NPM Downloads](https://img.shields.io/npm/dt/vue-snotify.svg)](https://www.npmjs.com/package/vue-snotify)
[![Dev dependencies status list](https://david-dm.org/artemsky/vue-snotify/dev-status.svg)](https://david-dm.org/artemsky/vue-snotify?type=dev)## Example
https://artemsky.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, UMD versions###### Looking for an Angular version? [Here](https://github.com/artemsky/ng-snotify/)
![Snotify Gif](https://artemsky.github.io/vue-snotify/static/vue-snotify-demo.gif)
## Installation
###### NPM 5
`npm install vue-snotify`###### yarn
`yarn add vue-snotify`[see detailed instruction](https://artemsky.github.io/vue-snotify/documentation/installation.html)
## Documentation and Examples
Documentation - [here](https://artemsky.github.io/vue-snotify/documentation/index.html)
Example application source - [here](https://github.com/artemsky/vue-snotify/tree/master/example/src)
Change Log - [here](https://github.com/artemsky/vue-snotify/blob/master/CHANGELOG.md)#### CDN
- JS
- [unpkg.com](https://unpkg.com/vue-snotify@latest/vue-snotify.min.js) | [jsDelivr.com](https://cdn.jsdelivr.net/npm/vue-snotify@latest/vue-snotify.min.js)
- CSS
- material [unpkg.com](https://unpkg.com/vue-snotify@latest/styles/material.css) | [jsDelivr.com](https://cdn.jsdelivr.net/npm/vue-snotify@latest/styles/material.css)
- simple [unpkg.com](https://unpkg.com/vue-snotify@latest/styles/simple.css) | [jsDelivr.com](https://cdn.jsdelivr.net/npm/vue-snotify@latest/styles/simple.css)
- dark [unpkg.com](https://unpkg.com/vue-snotify@latest/styles/dark.css) | [jsDelivr.com](https://cdn.jsdelivr.net/npm/vue-snotify@latest/styles/dark.css)## License
MIT © [artemsky](mailto:[email protected])