Skip to content

cmd-shift-s/vue-semantic-ui-toastr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Packages

No packages published

Languages

  • Vue 71.8%
  • JavaScript 28.2%