Lumeo

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

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.

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.

  • Input — Single-line text input for shorter values
  • Form — Wrap Textarea with labels, validation, and help text