Renders textarea with optional autosize variant
import { Label } from "@/ui/input/label";import { Textarea } from "@/ui/input/textarea";import { TextareaAutosize } from "@/ui/input/textarea-autosize";<Label>With Description and Error</Label><Textarea placeholder="Email Address" description="Hallo Beschreibung" error="ERROROOROROOR"/><Label>Autosize with Description and Error</Label><TextareaAutosize placeholder="Email Address" description="Hallo Beschreibung" error="ERROROOROROOR"/>
Hallo Beschreibung
ERROROOROROOR