Socket
Socket
Sign inDemoInstall

vue2-color-picker

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue2-color-picker

Vue2ColorPicker: Vue2 bootstrap based color picker


Version published
Weekly downloads
13
increased by160%
Maintainers
1
Weekly downloads
 
Created
Source

Vue2ColorPicker

Vue2ColorPicker Component for Vue 2.x

Install

    npm install vue2-color-picker --save

Demo

For demo, please see here

Usage

1. Import the component

import Vue2ColorPicker from 'vue2-color-picker';

2.1 Use it globally

Vue.use(Vue2ColorPicker);

2.2 Or use it locally

components: {
    'vue2-color-picker': Vue2ColorPicker
},

3. Update your app or template:

<div>
...
<vue2-color-picker v-model="color"></vue2-color-picker>
...
</div>

Properties

There are no properties.

Example

Please see App.vue for example use.

Contributing

Contributions are welcome

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

Keywords

FAQs

Package last updated on 02 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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