0.0.4 • Published 7 years ago

uni-notification v0.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

vue-bs-notify

npm npm vue2

Vue Bootstrap Notifications

Installation

$ npm install vue-bs-notify --save

Setup

import Notifications from 'vue-bs-notify'
Vue.use(Notifications)

Usage

The show method accetps an object.

this.$notify.show({message: 'Hello world', type: 'default'})

There are 6 helper functions who will accet just a string.

this.$notify.primary('Hello world')
this.$notify.default('Hello world')
this.$notify.success('Hello world')
this.$notify.info('Hello world')
this.$notify.warning('Hello world')
this.$notify.danger('Hello world')
0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago