Text
Text
is a component that represents a paragraph of text. By default, it renders a p
element.
Theming
The Text
is a single part component.
If you want to change the style of the component, please check here.
export const Text: ComponentStyle<"Text"> = {}
Edit this page on GitHub