Search

Search documentation

Textarea

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

Installation

pnpm dlx shadcn@latest add @evolphin/textarea

Usage

import { Textarea } from "@/components/ui/textarea";
<Textarea />

Examples

Default

With Label

With Text

Your message will be copied to the support team.

With Button

API Reference

Textarea

PropTypeDefaultDescription
classNamestring-Additional CSS classes
disabledbooleanfalseWhether the textarea is disabled.
requiredbooleanfalseWhether the textarea is required.

On this page