Skip to main content

Introducing Workflow Engine, try for FREE workflowengine.io.

Interface: RsLabelProps

Props for the RsLabel component.

Extends

  • TextProps

Properties

alignment?

optional alignment: string

The text alignment.

Inherited from

TextProps.alignment


backgroundColor?

optional backgroundColor: string

The background color.

Inherited from

TextProps.backgroundColor


color?

optional color: string

The color.

Inherited from

TextProps.color


fontSize?

optional fontSize: number

The font size.

Inherited from

TextProps.fontSize


fontWeight?

optional fontWeight: string

The font weight.

Inherited from

TextProps.fontWeight


text

text: string

The label text content.