@iqvizyonui/react-textarea
v9.7.6
Published
Iqvizyon UI TextArea component
Readme
@iqvizyonui/react-textarea
React Textarea components for Iqvizyon UI React
The Textarea component is a multiline text input that allows the user to enter
Usage
To import Textarea:
import { Textarea } from '@iqvizyonui/react-textarea';Examples
<Textarea placeholder="Enter text here..." />
<Textarea defaultValue="Lorem ipsum dolor" />