Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s4l1h/vue-toastr
Vuejs Toast : Plugin and Component Capability.
https://github.com/s4l1h/vue-toastr
toast toast-message toastr vue vue-component vue-plugin vue-toastr vue2 vuejs vuejs2
Last synced: about 1 month ago
JSON representation
Vuejs Toast : Plugin and Component Capability.
- Host: GitHub
- URL: https://github.com/s4l1h/vue-toastr
- Owner: s4l1h
- License: mit
- Created: 2016-02-10T12:44:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-26T16:34:47.000Z (about 2 years ago)
- Last Synced: 2024-10-03T18:54:01.263Z (about 1 month ago)
- Topics: toast, toast-message, toastr, vue, vue-component, vue-plugin, vue-toastr, vue2, vuejs, vuejs2
- Language: Vue
- Homepage: http://s4l1h.github.io/vue-toastr/
- Size: 1.11 MB
- Stars: 107
- Watchers: 4
- Forks: 37
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-toastr
You can find **React.js** version of this library from [here](https://github.com/s4l1h/react-toasted)
```
For Vue.js 3 => [email protected] (still beta) There is no breaking changes.The api is as same as v2.
The Only changed thing is JS files doesn't include css file content.
You need to import dist/style.css or src/vue-toastr.scss to your project.
This gives more flexibility to library.Dev branch: https://github.com/s4l1h/vue-toastr/tree/dev-v3
Demo: https://codesandbox.io/s/quizzical-grass-eb62u```
For Vue.js 3 => [[email protected]](https://github.com/s4l1h/vue-toastr/tree/dev-v3)For Vue.js 2 => [[email protected]](https://github.com/s4l1h/vue-toastr/tree/master)
For Vue.js 1 => [[email protected]](https://github.com/s4l1h/vue-toastr/tree/1.0)
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run demo
```### Compiles and minifies for production
```
yarn run build
```### Lints and fixes files
```
yarn run lint
```### Build and Watch Documentation
```
yarn run docs
```### Reference and documentation
See [http://s4l1h.github.io/vue-toastr/](http://s4l1h.github.io/vue-toastr/).
### Basic Demo
[https://codepen.io/s4l1h/pen/PyaRGQ](https://codepen.io/s4l1h/pen/PyaRGQ)
### Contribute
You can send your pull requests via the dev branch.