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