Components
A sophisticated color input component with opacity control, color swatches, and clipboard integration.
Features
Color Management
Opacity Control
Loading preview...
import { ColorInput } from "@/components/ui/color-input";
function ColorInputDemo() {
return (
<div className="block">
<ColorInput />
</div>
);
}
export { ColorInputDemo };