Skip to content

An on/off switch component for Vue.js with theme support.

License

Notifications You must be signed in to change notification settings

ofcold/switch-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

switch vue

An on/off switch component for Vue.js with theme support.

Installation

	npm install --save ofcold-switch

Usage

	<!-- Html  -->
	<OfcoldSwitch v-model="on_ready"></OfcoldSwitch>
	//	Javascript
	import OfcoldSwitch from 'ofcold-switch';

	export default {
		data:() => ({
			on_ready: false
		}),
		components: {
			OfcoldSwitch
		}
	}

About

An on/off switch component for Vue.js with theme support.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages