Skip to content

CodesOfRa/fundamental-react-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

Fundamental-react sample project

To import fiori-fundamentals and fundamental-react run

npm install --save fundamental-react

Load the fiori-fundamentals styles in App.css

@import '../node_modules/fiori-fundamentals/dist/fiori-fundamentals.min.css';

Use a fundamental-react component

import Button from 'fundamental-react/lib/Button/Button';
...
<Button>Click me</Button>

Releases

No releases published

Packages

No packages published