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