ExSkeleton

v1.0.0Display

ExSDK skeleton control for SAP UI5/Fiori applications.

Namespace
ui5ux.control.ExSkeleton
Extends
sap.ui.core.Control
XML tag
<ExSkeleton />
npm
npm i ui5ux-sdk
Quick start
<mvc:View xmlns:mvc="sap.ui.core.mvc" xmlns:ui5ux="ui5ux"> <ui5ux:ExSkeleton text="Hello" type="primary" press=".onPress" /> </mvc:View>