baianat / verte

🎨 A Color picker component. Built from the bottom to work with Vue.js.
https://baianat.github.io/verte/
MIT License
181 stars 42 forks source link

Vue 3 support #65

Open calebpitan opened 3 years ago

calebpitan commented 3 years ago

Please I'm just curious, when is Vue 3 support coming? I feel stuck choosing to use Vue 3 instead of 2. There aren't much OSS work on Vue 3 out there yet. I'm just tired having to do everything myself because there's mostly no Vue 3 support yet.

ahsan-a commented 3 years ago

This. It looks like an epic project but it's a shame it doesn't support vue 3 yet.

ahsan-a commented 3 years ago

update: it turns out <input type="color"> exists. And it also turns out I have spent too much time looking for vuejs colour pickers.

jf908 commented 1 year ago

I've created a fork for Vue 3 for those who want to migrate over from Vue 2.

npm package: https://www.npmjs.com/package/verte-vue3 Repo: https://github.com/aiming-pro/verte-vue3