1.1.1 • Published 6 years ago

ofcold-switch v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 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

6 years ago

1.1.0

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago