Docs
Textarea

Textarea

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

Loading...
Loading...

Installation

npx shadcn-ng@latest add textarea
npm
yarn
pnpm
bun

Copy and paste the following code into your project.

Update the import paths to match your project setup.

Usage

import { UbTextareaDirective } from "@/components/ui/textarea"
<textarea ubTextarea></textarea>

Examples

Default

Loading...
Loading...

Disabled

Loading...
Loading...

With Label

Loading...
Loading...

With Text

Loading...
Loading...

With Button

Loading...
Loading...