TextEdit
TextEdit is a widget that provides a text field that you can use in your application.
Example
import { TextEdit } from '@vixen-js/core-react';
export function TextEditExample() { return ( <TextEdit /> )}
Learn more about TextEdit