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="Label" data-testid="colorField" />