UNPKG

@openui5/sap.m

Version:

OpenUI5 UI Library sap.m

13 lines 520 B
<core:FragmentDefinition xmlns="sap.m" xmlns:core="sap.ui.core"> <Wizard> <WizardStep title="Step 1" validated="true"> <Text class="sapUiSmallMarginBottom" text="This is the first step."/> </WizardStep> <WizardStep title="Step 2" validated="true"> <Text class="sapUiSmallMarginBottom" text="This is the second step."/> </WizardStep> <WizardStep title="Step 3" validated="true"> <Text class="sapUiSmallMarginBottom" text="This is the last step."/> </WizardStep> </Wizard> </core:FragmentDefinition>