ColorPicker

Combine a color swatch with a popover for editing the color.

Source
GitHub
Issues
Report
ColorPicker example
import { ColorPicker } from "@/shim-ui/color-picker";

export default () => <ColorPicker defaultValue="hsl(200, 100%, 50%)" />;

Install

Use the CLI or copy the source code manually.

pnpm dlx @kkga/shim add color-picker