vue-switch-toggle

0.0.2 • Public • Published

vue-switch-toggle

// app.vue
 
<template>
    <div>   
        <SwitchToggle />
    </div>
</template>
 
<script>
import Vue from 'vue'
import VueSwitchToggle from 'vue-switch-toggle'
 
Vue.use(VueSwitchToggle)
</script>

License

MIT

Package Sidebar

Install

npm i vue-switch-toggle

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

16 kB

Total Files

9

Last publish

Collaborators

  • ericmdantas