N
primitives textarea

Textarea

Multi-line text input.

$ ndui add textarea
Component docs

Multi-line text

Supports Markdown. / 1000
Source
<Textarea Label="Release notes" Rows="5"
          Hint="Supports Markdown." MaxLength="1000"
          @bind-Value="Model.Body" />