Package Exports
- vue-izitoast
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue-izitoast) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Vue iziToast
Elegant, responsive, flexible and lightweight notification plugin implemented for Vue 2 of iziToast
Table of Contents
Requirements
- Vue: ^2.0.0
- iziToast: lastest
Install
$ npm install vue-izitoast --save
$ yarn add vue-izitoast
Configuration
import Vue from 'vue';
import VueIziToast from 'vue-izitoast';
import 'izitoast/dist/css/iziToast.css';
or
import 'izitoast/dist/css/iziToast.min.css';
Vue.use(VueIziToast);
or
Vue.use(VueIziToast, defaultOptionsObject);
Usage
Testing
Vue Izitoast is using Travis as CD/CI. You can check the state of our last build here .
License
Contributing
- Vue-Izitoast Issues: https://github.com/arthurvasconcelos/vue-izitoast/issues
- IziToast Issues: https://github.com/dolce/iziToast/issues
Contributors
arthurvasconcelos | greenkeeper[bot] | lgguzman | fossabot | webmcheck |