Interface: RsLabelProps
Props for the RsLabel component.
Extends
TextProps
Properties
alignment?
optionalalignment:string
The text alignment.
Inherited from
TextProps.alignment
backgroundColor?
optionalbackgroundColor:string
The background color.
Inherited from
TextProps.backgroundColor
color?
optionalcolor:string
The color.
Inherited from
TextProps.color
fontSize?
optionalfontSize:number
The font size.
Inherited from
TextProps.fontSize
fontWeight?
optionalfontWeight:string
The font weight.
Inherited from
TextProps.fontWeight
text
text:
string
The label text content.