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 | — | string The variant of the textarea |
resizable | — | boolean Whether the textarea is resizable |
className | — | string Class names to add to wrapper component |
Last updated on