Color Vue gradient picker component Oct 19, 2020 1 min read vue-gpickr Vue gradient picker component. Inspired by gpickr and vue-color View Demo View Github Usage npm i vue-gpickr <template> <vue-gpickr v-model="gradient" /> </template> <script> import { VueGpickr, LinearGradient } from 'vue-gpickr'; const gradient = new LinearGradient({ angle: 0, stops: [ ['#0359b5', 0], ['#f6ce01', 1] ] }); export default { components: { VueGpickr }, data() { return { gradient } } }; </script> Js GitHub insky/vue-gpickr7613Vue gradient picker component — Read Morehttps://insky.github.io/vue-gpickr/Latest commit to the master branch on 8-15-2022Download as zip Color
Color A Color Wheel Picker for Vue A Color Wheel Picker for Vue, built on top of Vite & Vue 3. 04 March 2024
Color Palette Pilot - A Vue App that helps you extract the most relevant colors from an image Palette Pilot is an open source project built with Nuxt.js that helps you extract the most relevant colors from an image. 24 February 2024
Color A tool for color blind people to recognize color A tool for color blind people to recognize color 24 December 2023