Skip to main content

Variable: Textarea

@arolariu/components


@arolariu/components / Textarea

Variable: Textarea

const Textarea: 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 render prop for element composition through standard React composition patterns
  • Styling via CSS Modules with --ac-* custom properties

Example

<Textarea placeholder="Add additional details" />

See

Base UI Documentation

// was this page useful?