OptionalbackgroundBackground color (overrides theme)
OptionalborderBorder radius
OptionaldefaultDefault value (uncontrolled)
OptionaldisabledWhether the textarea is disabled
OptionalfontFont family name. For canvas: Any CSS font family (e.g., 'Arial', 'Helvetica') For MSDF/bitmap: Must match the loaded font's family name
OptionalfontFont size
OptionalfontFont rendering type.
Note: Text areas currently only support 'canvas' mode for cursor positioning.
OptionalheightHeight of the textarea
OptionallineLine height multiplier (e.g., 1.5 means 1.5x the font size)
OptionalmaxMaximum character length
OptionalonChange callback
OptionalplaceholderPlaceholder text when empty
OptionalplaceholderPlaceholder text color (overrides theme)
OptionalreadWhether the textarea is read-only (displays text but not editable)
OptionalrowsNumber of visible rows
OptionaltextText color (overrides theme)
OptionalthemeOptional ThemeResolver for automatic color resolution
OptionalvalueCurrent value (controlled)
OptionalwidthWidth of the textarea
Props for configuring a UITextArea