1.1.1 • Published 7 years ago

ofcold-switch v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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
		}
	}
1.1.1

7 years ago

1.1.0

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago