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