vue-semantic-ui-toastr

1.1.1 • Public • Published

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

Package Sidebar

Install

npm i vue-semantic-ui-toastr

Weekly Downloads

1

Version

1.1.1

License

MIT

Last publish

Collaborators

  • gongzza