TextArea
Displays a form textarea or a component that looks like a textarea.
import { TextArea } from "@ngrok/mantle";
<TextArea placeholder="Enter a username" />
<TextArea className="max-w-64" appearance="monospaced" placeholder="Enter a username" />
<TextArea placeholder="Enter a username" aria-invalid />
API Reference
Prop | Type | Default |
---|---|---|
appearance | "monospaced" | undefined | undefined |