Notify
A simple bootstrap styled Vue component for notifications. Compatible with Vue 2.x
Requirements
Required packages:
- vue 2+
- velocity-animate 1.5+
Optional packages:
- bootstrap (only used for styling)
Install
$ npm install vue2-notify --save
Then in your main.js:
Usage
Inside your component:
or
You can override the itemClass, iconClass or visibility on a per usage basis:
Type should be one of the types defined in the configuration of the component.