Multi-line text input matching DesignInput styling with Inter font, elevation shadows, and letter-spacing -0.02em
size="small"(no size prop)size="large"Minimal usage with placeholder
{ placeholder: "Enter text..." }Pre-filled with multi-line content
{ value: "Default text..." }Non-interactive with 44% opacity
{ disabled: true, value: "Disabled textarea" }Control height with className
{ className: "min-h-[200px]" }