react-color-pikr
Version:
A modern, customizable React color picker component library with 8-digit HEX alpha support
5 lines (4 loc) • 352 B
TypeScript
export { default as ColorPicker } from "./components/ColorPicker";
export { default as ColorSwatch } from "./components/ColorSwatch";
export type { ColorPickerProps, ColorFormat, ColorValue, HSVColor, RGBColor, HSLColor, } from "./types";
export { hexToRgb, rgbToHex, rgbToHexAlpha, rgbToHsv, hsvToRgb, rgbToHsl, hslToRgb, } from "./utils/colorUtils";