UEI logo

UEI Manufacturing System

Operations Workspace

TextAreaField Reference

Consulte esta subpágina para ver import, available props, exemplo de uso e controles vivos do component.

Hierarchy

Comece por `atoms` e avance para níveis maiores só quando a capacidade realmente precisar de composição.

TextAreaField

Controlled multiline text field with compact and default density.

Use when: Use for comments, notes and multiline descriptions.

Import

import { TextAreaField } from "@components/index";

Example

<TextAreaField id="comment" label="Comment" size="compact" value={value} onChangeText={setValue} />

Available Props

labelstring

Optional field label.

valuestring

Controlled multiline value.

size"default" | "compact"

Field density.

Live Preview

Controls

size: default

size: compact

This application is a prototype and is being developed by Antonio Araujo and Seron S.