ColorPicker
Combine a color swatch with a popover for editing the color.
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.
Command
Source code
pnpm dlx @kkga/shim add color-picker