Textarea
Displays a form textarea for multi-line text input.
Installation
dotnet add package Lumeo
One-time app setup (AddLumeo(), CSS & JS) is covered in the
installation guide.
Usage
@using Lumeo <Textarea />
When to Use
- Multi-line text input for comments, descriptions, or messages
- Bio or "about" fields in profile and settings forms
- Code or JSON input fields that benefit from multiple visible rows
- Any form field where the expected input spans more than one line
For validation, label, and helper text, wrap this input in
<FormField>.
See Form › Validation Pattern.
Character count: 0
You can use markdown for formatting.
Show character counter
0/200
Toggle ShowCount on to see the in-field counter. MaxLength caps the input at 200 characters.
This field is required.
Pick a Resize value to control where the drag handle appears.
API Reference
Textarea
Density falls back to an ancestor DensityScope, then Comfortable — see the Density guide.