rex-react-utils

1.0.1 • Public • Published

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/

Package Sidebar

Install

npm i rex-react-utils

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

9.88 kB

Total Files

6

Last publish

Collaborators

  • claudio.moya-rakuten.com
  • montomos