Lightweight color picker that uses the native HTML element [input type color](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/color).
npm install vue-native-color-picker
npm install vue-native-color-picker
`
Import
Globally:
`
import InputColorPicker from "./vue-input-color-picker";
Vue.use(InputColorPicker);
`
Or locally:
`
`
Use
`
`
or if you wish to handle the values externally:
`
``