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