vue-bulma-notifications
v2.1.2
Published
A vue.js and Bulma specific package to display notifications.
Maintainers
Readme
Installation
yarn add vue-bulma-notificationsUsages
Vue.component('notification', require('vue-bulma-notifications'))<notification>
You have been notified!
</notification>Available props
auto-close-after- Number | Will auto close after X millisecondsis-closeable- Boolean | If the notification can be closed or notremember- Boolean | If the closed state should be remembered on the device. Will save to local storage.type- String | Bulma classes. E.g.:is-primary,is-success,is-danger, etc.
