Skip to content

edonfy/vue3-colorful

Repository files navigation

vue3-colorful WIP

A tiny Vue component for picking colors

Inspired by react-colorful

Todolist

  • v-model (hex, rgb, hsv, hsl, cmyk)
  • Add support for color string input
  • Typed
  • Better style
  • vitest
  • docs

Getting Started

npm install vue3-colorful
<script setup>
import ColorPicker from 'vue3-colorful'
import 'vue3-colorful/dist/style.css'

const color = ref('')
</script>

<template>
<ColorPicker v-model="color" />
</template>

License

MIT

About

A tiny Vue component for picking colors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published