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