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