8.7k

Textarea

A native textarea element.

Installation

pnpm dlx shadcn@latest add @coss/textarea

Usage

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

Examples

Small Size

Large Size

Disabled

With Label

Form Integration

Comparing with shadcn

Compared to shadcn/ui, our Textarea component includes size variants (sm, default, lg) for better density control. For visual consistency, if you're using size="lg" on other form elements like inputs, you should add the same size to textareas as well.

coss.com ui

Built by and for the team of Cal.com, Inc. — the leading commercial open source company (“coss”).