UI-related label is a non-scrollable placeholder for plain text. Like other components it features a specific label property that sets a text value.
{ view:"label", label: "Label", inputWidth:100, align:"center"}
The Label control can be used to render any user HTML or icons (both default and custom):
{ view:"label", label:"<span class='myCss'>My Label</span>"},
{ view:"label", label:"<span class='webix_icon fas fa-user'></span> My Label" }