ColorField
Edit a hex color or individual color channel.
- Documentation
- React Aria
- Pattern
- W3C ARIA
- Source
- GitHub
- Issues
- Report
- Composes
- Field
ColorField example
import { ColorField } from "@/shim-ui/color-field";
export default () => <ColorField defaultValue="#111111" label="Color" />;
Install
Use the CLI or copy the source code manually.
Command
Source code
pnpm dlx @kkga/shim add color-field