2.1.2 • Published 7 years ago

vue-bulma-notifications v2.1.2

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

Installation

yarn add vue-bulma-notifications

Usages

Vue.component('notification', require('vue-bulma-notifications'))
<notification>
    You have been notified!
</notification>

Available props

  • auto-close-after - Number | Will auto close after X milliseconds
  • is-closeable - Boolean | If the notification can be closed or not
  • remember - 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.
2.1.2

7 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago