Skip to content

Text area

Text area

Usage

A text area allows users to enter multi-line text. It is ideal for capturing longer inputs such as comments, descriptions, or messages, and can be resized or enhanced with features like character counters or auto-resizing to accommodate varying amounts of text.

Import

js
import { MtTextarea } from "@shopware-ag/meteor-component-library";

Example