vue-switch-toggle

A switch-toggle for vue2+ projects

Usage no npm install needed!

<script type="module">
  import vueSwitchToggle from 'https://cdn.skypack.dev/vue-switch-toggle';
</script>

README

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