1.0.1 • Published 5 years ago

rex-react-utils v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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

  1. Build tool: webpack 4
  2. Codebase: Fork of Bootstrap project + Rex custom styles
  3. Css engine: Sass
  4. 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/