# Textarea A styled multi-line text input. Use it when you need more than a single line of text — comments, descriptions, notes, bio fields, or message composition. --- ## Quick example ```csharp new Textarea( id: "comment", name: "comment", placeholder: "Write a comment…", label: "Comment", rows: 5) ``` --- ## All the options ```csharp public Textarea( string id, string name = "", string placeholder = "", string label = "", string description = "", string defaultValue = "", string extraClasses = "", string hxAttrs = "", int rows = 3) ``` | Parameter | What it does | |---|---| | `id` | The element id. Also used by the `