rex-react-utils
v1.0.1
Published
ReX React UI Component
Downloads
2
Readme
ReX React UI Components Library
rex-react-utils
This project is part of Rex Design Language and it can be used to create React UI Components.
How it was built
- Build tool: webpack 4
- Codebase: Fork of Bootstrap project + Rex custom styles
- Css engine: Sass
- JavaScript component: React
How to install
npm install rex-react-utils --save
How to add it to your project
JavaScript Import (ES6)
import RexComponent from 'rex-react-utils';
function MyComponent() {
return (
<RexComponent>
);
}
How to use it
Check the Storybook site at Github pages:
https://rakuten-frontend.github.io/rex-react-utils/