0.1.0 • Published 7 years ago
@yvany/vtoast v0.1.0
vtoast
A simple toast based on Vue.js
Install
npm install @yvany/vtoastExample
import toast from '@yvany/vtoast'
// default options
toast('Error !')
// custom options
toast({
  message: 'Error !',
  // auto close after 3000ms
  duration: 3000,
  // vue style binding
  style: {
    color: '#F56C6C',
    background: '#FEF0F0',
    border: '1px solid #FDE2E2'
  }
  // ...other html attributes
})0.1.0
7 years ago