Feel free to ask questions or propose features in the "Issues" section
Install:
npm install vue-js-toggle-button --save
Import:
import ToggleButton from 'vue-js-toggle-button'
Vue.use(ToggleButton)
Use:
<toggle-button @change="..."/>
<toggle-button :value="false" :color="#82C7EB" :sync="true" :labels="true""/>