Textarea

Low-level textarea primitive that renders a form textarea or a component that looks like a textarea.
Access to Fuegokit npm packages, source code repositories, and some content is limited to Appfire staff. Log in with Slack to continue.

Import

import { Textarea } from "@fuegokit/react";

Usage

A visual label should be provided for the Textarea using a <Label> component.

Props

Textarea

NameTypeDefaultDescription
testId
string
Unique string that appears as a data attribute in the rendered code for `data-testid`.
UNSAFE_className
string
Use only as a last resort
sx
SystemStyleObject
The sx prop allows ad-hoc styling that is theme aware. It is used by UI libraries to allow users to apply inline styles to a component while still ensuring that the component is theme-aware.

See also