TextField
TextFields allow users to input text information. They are typically placed throughout your UI, in places like: Forms, Dialogs, etc. TextFields help users to provide information or make selections.
- Guidelines
- 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 placeholder="Enter text" />