Textarea
A styled multi-line text field: Input’s look, sized for prose and resizable
vertically by default.
Installation
import { Textarea } from "@o/pipeline/experimental/components/textarea";
Surfaces
surface="page" (the default) is the settings-form look: a gray field on a
page.
surface="elevated" is for a field inside a raised card, where the prose it
replaces was transparent.
Note
Full documentation for this component is in progress.