vue-toast-csx

1.0.1 • Public • Published

vue-toast-csx

A mobile toast plugin for vue.

Introduction

A mobile toast plugin for vue.

Useage

It's simple.

//first import plugin

import VueToast    from 'vue-toast-csx'

//and register the plugin on vue.

Vue.use(VueToast)

//last , you can call it .

this.$toast.show("hello,toast")

or

this.$toast.show("hello,toast",{
  duration:3000
})

or

this.$toast.show("hello,toast",function(){
    //to-do 
})

Package Sidebar

Install

npm i vue-toast-csx

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

37.7 kB

Total Files

9

Last publish

Collaborators

  • pluscai