This package has been deprecated

Author message:

this package has been deprecated

uni-notification

0.0.4 • Public • Published

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')

Package Sidebar

Install

npm i uni-notification

Weekly Downloads

1

Version

0.0.4

License

MIT

Last publish

Collaborators

  • unisharp