FormRow
- React
To implement FormRow component into your project you'll need to add the import:
import { FormRow } from "@shoptet/ui";
After adding import into your project you can use it simply like:
<FormRow label="Label">{/* Your form field component */}</FormRow>