vue-switches
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "vue-switches", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "An on/off switch component for Vue.js with theme support.", | ||
@@ -5,0 +5,0 @@ "main": "switches.vue", |
# Vue Switches | ||
A Vue.js component for simple switches with theme support for [bulma](http://bulma.io), [bootstrap](http://getbootstrap.com/) and custom themes. See a live demo [here](http://drewjbartlett.com/demos/vue-switches/). | ||
<img src="http://drewjbartlett.com/demos/images/vue-switches.png" /> | ||
<img src="http://drewjbartlett.com/demos/images/vue-switches-bold.png" /> | ||
<img src="http://drewjbartlett.com/assets/demos/images/vue-switches.png" /><br> | ||
<img src="http://drewjbartlett.com/assets/demos/images/vue-switches-bold.png" /> | ||
@@ -40,3 +40,3 @@ ## Installation | ||
`label` - A static label to always display whether on or off. <br /> | ||
`label` - A static label to always display whether on or off. <br /> | ||
`text-enabled` - The text that displays when enabled. <br /> | ||
@@ -99,3 +99,3 @@ `text-disabled` - The text that displays when disabled. <br /> | ||
<switches v-model="enabled" :selected="enabled" theme="custom" color="blue"></switches> | ||
<switches v-model="enabled" :selected="enabled" type-bold="false" theme="custom" color="blue"></switches> | ||
@@ -102,0 +102,0 @@ ``` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14427