You can find React.js version of this library from here
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]
For Vue.js 2 => [email protected]
For Vue.js 1 => [email protected]
yarn install
yarn run demo
yarn run build
yarn run lint
yarn run docs
See http://s4l1h.github.io/vue-toastr/.
https://codepen.io/s4l1h/pen/PyaRGQ
You can send your pull requests via the dev branch.