Skip to content

Text

Text is a widget that provides a text label that you can use in your application.

Example

example_text.tsx
import { Text } from '@vixen-js/core-react';
export function TextExample() {
return (
<Text>Hello World</Text>
);
}

Learn more about Text