Textarea
A multi-line text input field with bold styling.
Installation
npx neobrutal add textarea
Usage
import { Textarea } from "@/components/ui/textarea"import { Label } from "@/components/ui/label"
<div className="grid w-full gap-1.5"><Label htmlFor="message">Your message</Label><Textarea placeholder="Type your message here." id="message" /></div>