Variable: Textarea
@arolariu/components / Textarea
Variable: Textarea
constTextarea:ForwardRefExoticComponent<TextareaProps&RefAttributes<HTMLTextAreaElement>>
Defined in: components/ui/textarea.tsx:30
Renders a multi-line text area for longer free-form text input.
Remarks
- Renders a
<textarea>element by default - Built on Base UI Textarea
- Supports the
renderprop for element composition through standard React composition patterns - Styling via CSS Modules with
--ac-*custom properties
Example
<Textarea placeholder="Add additional details" />
See
// was this page useful?