TextArea
The TextArea component provides a multi-line text input field, allowing users to input larger volumes of text. It supports various customizable features, such as different sizes, loading states, error states, and more, enabling it to adapt to different usage scenarios within your application.
Properties
This component is built on top of HeadlessUI Textarea. Visit the docs for the built in props
| Prop | Default | Description |
variant | — | stringThe variant of the textarea |
resizable | — | booleanWhether the textarea is resizable |
className | — | stringClass names to add to wrapper component |
Last updated on