🚀 Beta mode be careful of the bugs

Textarea

Displays a callout for user attention.

Preview

The Badge component is used to display important messages to users. It comes with several sub components to structure the content effectively.

Textarea

Installation

pnpm dlx shadcn@latest add https://shadwui.com/r/textarea.json

Usage

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

Examples

01

Textarea 01

02

Textarea 02

03

Textarea 03

Please add as many details as you can

04

Textarea 04
Optional

05

Textarea 05

06

Textarea 06

07

Textarea 07

08

Textarea 08

09

Textarea 09

10

Textarea 10

more...

Textarea 11
Textarea 12
Textarea 13
Textarea 14
Textarea 15
Textarea 16

180 characters left

Textarea 17
Textarea 18
Textarea 19

Options

ComponentDescriptionExample Usage
TextareaA styled multiline text input field with customizable appearance.<Textarea placeholder="Enter your text here..." />

On this page