Redpanda UI
RC
Redpanda UI

Textarea

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

Made by shadcn

Powered by

Loading component...

When to use

Textarea provides multi-line text input. Use this decision tree:

Installation

Usage

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

Examples

Default

Loading component...

Disabled

Loading component...

With Label

Loading component...

With Text

Loading component...

With Button

Loading component...

Form

Loading component...

Credits

  • We use Radix UI for the textarea component.
  • We take our inspiration from Shadcn UI for the textarea style.

Built by malinskibeniamin. The source code is available on GitHub.

On this page