ColorPicker
Combine a color swatch with a popover for editing the color.
- Documentation
- React Aria
- Source
- GitHub
- Issues
- Report
- Install
pnpm dlx @kkga/shim add color-picker
import { ColorPicker } from "@/shim-ui/color-picker";
export default () => <ColorPicker defaultValue="hsba(245, 75%, 95%, 0.75)" />;Install
Use the CLI or copy the source code manually.
Command
Source code
pnpm dlx @kkga/shim add color-picker