ColorInput
- React
To implement ColorInput component into your project you'll need to add the import:
import { ColorInput } from "@shoptet/ui";
After adding import into your project you can use it simply like:
<ColorInput
label="Color"
value="#ff0000"
onChange={() => {}}
data-testid="colorField"
/>