Import
import { Textarea } from "@fuegokit/react";
Usage
A visual label should be provided for the Textarea
using a <Label>
component.
Props
Textarea
Name | Type | Default | Description |
---|---|---|---|
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. |