Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

color-well

negroramen20ISC1.0.3

Pick a color

svelte

readme

Color picker

Pick a color.

Install

npm i color-picker

Use

import it to your component/app

    import ColorPicker from 'color-well'

then use it

    <ColorPicker/>

TODO

  • rgb
  • fancy input range
  • customizations
  • spit and polish