ExDrawer

v1.0.0Control

ExSDK drawer control for SAP UI5/Fiori applications.

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