UNPKG

@uiw/react-color

Version:

Color Picker component for React.

21 lines (20 loc) 1.88 kB
export * from '@uiw/color-convert'; export { default as Alpha, type AlphaProps, type PointerProps, BACKGROUND_IMG, Pointer } from '@uiw/react-color-alpha'; export { default as Block, type BlockProps } from '@uiw/react-color-block'; export { default as Chrome, type ChromeInputType, type ChromeProps } from '@uiw/react-color-chrome'; export { default as Circle, type CircleProps } from '@uiw/react-color-circle'; export { default as Colorful, type ColorfulProps } from '@uiw/react-color-colorful'; export { default as Compact, type CompactProps } from '@uiw/react-color-compact'; export { default as EditableInput, type EditableInputProps } from '@uiw/react-color-editable-input'; export { default as EditableInputRGBA, type EditableInputRGBAProps } from '@uiw/react-color-editable-input-rgba'; export { default as EditableInputHSLA, type EditableInputHSLAProps } from '@uiw/react-color-editable-input-hsla'; export { default as Github, type GithubProps, type GithubPlacement, type GithubRectRenderProps } from '@uiw/react-color-github'; export { default as Hue, type HueProps } from '@uiw/react-color-hue'; export { default as Material, type MaterialProps } from '@uiw/react-color-material'; export { default as colorNameToHex, type ColorKeywords, colorKeywords, baseNamed, colorKeywordsBase, } from '@uiw/react-color-name'; export { default as Saturation, type SaturationProps } from '@uiw/react-color-saturation'; export { default as ShadeSlider, type ShadeSliderProps } from '@uiw/react-color-shade-slider'; export { default as Sketch, type SketchProps } from '@uiw/react-color-sketch'; export { default as Slider, type SliderProps } from '@uiw/react-color-slider'; export { default as Swatch, type SwatchProps, type SwatchPresetColor, type SwatchRectRenderProps } from '@uiw/react-color-swatch'; export { default as Wheel, type WheelProps } from '@uiw/react-color-wheel';