1. Docs
  2. Components
  3. TextArea

TextArea

Displays a form textarea or a component that looks like a textarea.

Component textarea-demo not found in registry.

Installation

npx shadcn@latest add @kanpeki/textarea

Anatomy

import { TextArea } from "~/components/ui/textarea";

<TextArea />

Examples

Disabled

Component textarea-disabled not found in registry.

With Label

Component textarea-with-label not found in registry.

Auto Resize

Component textarea-auto-resize not found in registry.

Form

Component textarea-form not found in registry.