Skip to content

Repository files navigation

React UI5

NPM

Travisnpm packageCoveralls

A react based implementation of the SAP OpenUI5 framework (https://openui5.hana.ondemand.com).

###Installation

npminstallreact-ui5--save

###Use

importsapfrom'react-ui5'

###index.html

<!DOCTYPE html><html><head><metacharset="utf-8"><metaname="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><metahttp-equiv="x-ua-compatible" content="ie=edge"><title>React-UI5 App</title></head><body><divid="app"></div></body></html>

###App.js

importReact,{Component}from'react';importsapfrom'react-ui5'classAppextendsComponent{render(){return(<sap.m.Shell><sap.m.Pagetitle="Page Demo"><sap.m.Button>To Page 2</sap.m.Button></sap.m.Page></sap.m.Shell>);}}exportdefaultApp;

###Demo Sample

###Supported Components

componentmethodsprogress
Shell90%
Pagetitle80%
Button50%
TabContainer40%
SplitContainer30%
TabSplit20%

###SplitContainer

<SplitContainer/>

Master Detail Page ###TabContainer

<TabContainer/>

Table Container

About

A react based implementation of the SAP OpenUI5 framework

Topics

Resources

Contributing

Stars

33 stars

Watchers

11 watching

Forks

Releases

Packages

Used by

Contributors

Languages