@uiw/react-color
Version:
Color Picker component for React.
20 lines • 1.35 kB
JavaScript
export * from '@uiw/color-convert';
export { default as Alpha, BACKGROUND_IMG, Pointer } from '@uiw/react-color-alpha';
export { default as Block } from '@uiw/react-color-block';
export { default as Chrome } from '@uiw/react-color-chrome';
export { default as Circle } from '@uiw/react-color-circle';
export { default as Colorful } from '@uiw/react-color-colorful';
export { default as Compact } from '@uiw/react-color-compact';
export { default as EditableInput } from '@uiw/react-color-editable-input';
export { default as EditableInputRGBA } from '@uiw/react-color-editable-input-rgba';
export { default as EditableInputHSLA } from '@uiw/react-color-editable-input-hsla';
export { default as Github } from '@uiw/react-color-github';
export { default as Hue } from '@uiw/react-color-hue';
export { default as Material } from '@uiw/react-color-material';
export { default as colorNameToHex, colorKeywords, baseNamed, colorKeywordsBase } from '@uiw/react-color-name';
export { default as Saturation } from '@uiw/react-color-saturation';
export { default as ShadeSlider } from '@uiw/react-color-shade-slider';
export { default as Sketch } from '@uiw/react-color-sketch';
export { default as Slider } from '@uiw/react-color-slider';
export { default as Swatch } from '@uiw/react-color-swatch';
export { default as Wheel } from '@uiw/react-color-wheel';