petruc.ci / docs
docs / forms / textarea

Textarea

Multi-line input. Respects placeholder and disabled.

import { Textarea } from "@/components/ui/textarea"
import { Label } from "@/components/ui/label"

<Label htmlFor="bio">Bio</Label>
<Textarea id="bio" placeholder="Tell us about you..." />