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