Components
Text Label

Text Label

A component that displays text.

Properties

NameTypeDescription
TextFusion.UsedAs<string?>The text content of the component.
TextSizeFusion.UsedAs?The size of the text.
FocusFusion.UsedAs<"Title" | "Body">?The focus mode of the text label. (Effects the text color). (Defaults to "Title").
WeightFusion.UsedAs<Enum.FontWeight>?The font weight of the text label. (Defaults)
StyleFusion.UsedAs<Enum.FontStyle>?The font style of the text label.
FontIdFusion.UsedAs<number>?The font Id of the text label (Defaults to the Builder Sans font Id).

Example

Scope:TextLabel {
  Text = "Hello World! 👋"
}