0.0.1 • Published 1 year ago

vue3-colorful v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

vue3-colorful WIP

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'

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

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

License

MIT

0.0.1

1 year ago