GitHub
Docs
Textarea

Textarea

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

Loading...
Loading...

Installation

pnpm dlx shadcn-ng@latest add textarea
npx shadcn-ng@latest add textarea
npx shadcn-ng@latest add textarea
bunx --bun shadcn-ng@latest add textarea

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...