Command Menu

Search documentation, components, and switch theme.

Atoms

Textarea

A multi-line text input.

shadcn/ui
Docs

Installation#

npx shadcn@latest add @formance/textarea

Copy and paste the following code into your project.

Update the import paths to match your project setup.

Usage#

import { Textarea } from '@/components/ui/textarea'
<Textarea placeholder="Type your message here..." />

Examples#

Disabled#

With Label#

With Button#