Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-switches

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-switches - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc