Skip to content

TextEdit

TextEdit is a widget that provides a text field that you can use in your application.

Example

example_textEdit.tsx
import { TextEdit } from '@vixen-js/core-react';
export function TextEditExample() {
return (
<TextEdit />
)
}

Learn more about TextEdit