React.JS components for SAP Fiori Fundamentals
Fundamental-react is a set of React components implementation of SAP Fiori Fundamentals library. SAP Fiori Fundamentals library is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. This will allow you to stay/use React for your application and get SAP look and feel. Fundamental-react is an open source library and it is open for contribution as long as you follow certain rules/guidelines.
To download and use Fundamental-react library, you first need to install the node package manager. https://www.npmjs.com/get-npm
Some prior knowledge of React is required for using this library.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will automatically reload on changes.
Lint errors are shown in the console.
Launches the test runner in the interactive watch mode.
Builds the app for production to the build
folder.
npm install --save fundamental-ui
2. Include the Fundamental UI CSS in your React application. In your App.css or App.scss file include the following lines:
@import '../node_modules/fundamental-ui/scss/icons/'
@import '../node_modules/fundamental-ui/dist/fonts/'
@import '../node_modules/fundamental-ui/scss/all.scss'
Click here to view the current issues.
If you encounter an issue, you can create a ticket
If you want to contribute, please check the CONTRIBUTING.md documentation for contribution guidelines.
Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file