Overview

tng-textarea is a standalone textarea that implements ControlValueAccessor. It supports placeholder, rows, disabled, and slot-based micro styling via slot.

CVA rows slot Standalone
Reactive Forms

Quick example

Basic
HTMLTSCSS

<form [formGroup]="form">
  <tng-textarea formControlName="message" placeholder="Your message" [rows]="4" />
</form>

Value type: string.

Features

rows

Number of visible text rows. Default: 4.

slot

Slot-based micro styling for the textarea element.