Textarea
A multi-line text input field with auto-resizing capability.
Examples
import { Textarea } from 'kalki-design'
<Textarea></Textarea>Installation
npx kalki-design add textareaUsage
import { Textarea } from 'kalki-design'
export default function Example() {
return <Textarea />
}API Reference
| Name | Type | Default | Description |
|---|---|---|---|
Namelabel | Typestring | Default— | DescriptionAccessible label rendered above the textarea. |
Nameplaceholder | Typestring | Default— | DescriptionPlaceholder text displayed when empty. |
Nameerror | Typestring | boolean | Default— | DescriptionError state message or styling. |
NamehelperText | Typestring | Default— | DescriptionSupplementary text below the textarea. |
Namedisabled | Typeboolean | Defaultfalse | DescriptionPrevents interaction. |