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