ExSDK label control for SAP UI5/Fiori applications.
Namespace
ui5ux.control.ExLabelExtends
sap.ui.core.ControlQuick start
<mvc:View xmlns:mvc="sap.ui.core.mvc"
xmlns:ui5ux="ui5ux">
<ui5ux:ExLabel
text="Hello"
type="primary"
press=".onPress" />
</mvc:View>