1.1.1 • Published 7 years ago

vue-semantic-ui-toastr v1.1.1

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

Toastr

semantic-ui-toastr component for Vue.

Installation

$ npm install vue-semantic-ui-toastr --save

Examples

Demo

// main.js
import Vue from 'vue'
import Toastr from 'vue-semantic-ui-toastr'

Vue.use(Toastr, {
  duration: 3000,
  container: '.toastr-container',
  autoshow: true,
  html: false,
  position: 'right top'
})

// App.vue
this.$toastr
  .h('Header')
  .i('Message')

Badges

npm.io