Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

A vue.js and Bulma specific package to display notifications.

Notifications You must be signed in to change notification settings

tonning/vue-bulma-notifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A vue.js and Bulma specific package to display notifications.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages