<TextField>
<Label>Description</Label>
<TextArea />
</TextField>pnpm dlx shadcn@latest add @dotui/text-areaUse TextArea to allow users to enter multi-line text content.
import { TextField } from "@/components/ui/text-field";
import { TextArea } from "@/components/ui/input";
import { Label } from "@/components/ui/field";<TextField>
<Label>Description</Label>
<TextArea />
</TextField>Use the controls below to experiment with different text area props and see the live preview and code update.
A textarea allows a user to input multi-line text.
| Prop | Type | Default | |
|---|---|---|---|
| | ||
| — | ||
| — | ||
| — | ||
Last updated on 12/21/2025
Bringing singularity to the web.
Built with passion by @mehdibha.
<Dynamic(TextField)>
<Dynamic(TextAreaInput) placeholder="Enter description..." />
</Dynamic(TextField)>