JSPM

vue3-colorful

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q25327F
  • License MIT

Package Exports

  • vue3-colorful

Readme

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