Skip to main content

The Text mobile component

Display plain text.

A text box to display plain text.

Text

Properties

hidden
boolean

Whether the component is visible.

id
string

The name of the component.

pluginType
string

The component type.

size
'small' | 'medium' | 'large'

The component size.

textAlign
'left' | 'center' | 'right'

Horizontal alignment.

value
string

The component value.

weight
'normal' | 'bold'

The font weight.

width
'full' | 'fixed'

Whether the component's width is full or fixed.