Skip to main content

TextEditor

A view that can display and edit long-form text.

Example​

const bio = useBinding('');
<TextEditor placeholder="Bio" text={bio} />

Props​

TextEditor inherits all TextField props.