1.1.0 • Published 2 years ago

fiori-design-react v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

fiori-design-react

The original SAP Fiori user interface for web apps and React components implementation.

📦 Install

npm install fiori-design-react --save

🔨 Usage

import { Button, DatePicker } from 'fiori-design-react'
const App = () => (
  <>
    <Button type="primary">PRESS ME</Button>
    <DatePicker />
  </>
)

⌨️ Development

clone locally:

$ git clone git@github.com:sherryBing/fiori-design-react.git
$ cd fiori-design-react
$ npm install

Use Storybook tool for building UI components and pages in isolation.

$ npm run storybook

Open your browser and visit http://127.0.0.1:6006

🌈 UI Elements

to be determined