UNPKG

react-color-strip

Version:

🎨 A minimal horizontal color picker strip component for React with draggable pointer support.

6 lines (5 loc) • 169 B
import { FC } from "react"; import { ColorStripProps } from "../types"; import "../index.css"; declare const ColorStrip: FC<ColorStripProps>; export default ColorStrip;