JSPM

  • Created
  • Published
  • Downloads 38653
  • Score
    100M100P100Q151732F
  • License MIT

Color Picker component for React.

Package Exports

  • @uiw/react-color

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@uiw/react-color) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

React Color

Color picker component for React.

Getting Started

npm i @uiw/react-color
import { Saturation, Alpha, Hue, hsvaToHslaString } from '@uiw/react-color';

function Demo() {
  const [hsva, setHsva] = useState({ h: 0, s: 0, v: 68, a: 1 });
  return (
    <Alpha
      width={200}
      hsva={hsva}
      onChange={(newAlpha) => {
        setHsva({ ...hsva, ...newAlpha });
      }}
    />
  );
}

Packages

@uiw/react-color

npm bundle size npm version

@uiw/react-color-saturation

npm bundle size npm version

@uiw/react-color-hue

npm bundle size npm version

@uiw/react-color-alpha

npm bundle size npm version

@uiw/react-color-shade-slider

npm bundle size npm version

@uiw/react-color-slider

npm bundle size npm version

@uiw/react-color-sketch

npm bundle size npm version

@uiw/color-convert

npm bundle size npm version

@uiw/react-drag-event-interactive

npm bundle size npm version