Message
Standard textarea for support forms and contact flows.
import { Textarea } from "@/components/wensity/textarea";export function TextareaMessage() {return (<Textarealabel="Message"placeholder="Describe what happened..."hint="Include the page, action, and expected result."/>);}