1.4.0 • Published 5 years ago

rex-core v1.4.0

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

ReX React UI Components Library

rex-core

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-core@1.4.0 --save

What you can do

Use it as core styles dependency for any ReX React UI Component.

JavaScript modules

This modules will require the distribution version of the core styles from a single CSS file depending on the environment settings (process.env.NODE_ENV).

For development mode:
rex-core.development.css

For production mode:
rex-core.production.min.css

With default font

import 'rex-core';
import 'custom-styles.scss';

With Web Font support

import 'rex-core/webfont';
import 'custom-styles.scss';

Static HTML

Add it from our CDN into your HTML template or HTML static page.

For development mode:

<link href="https://r.r10s.jp/com/rex/rex-core/1.4.0/rex-core.development.css" rel="stylesheet">

For production mode:

<link href="https://r.r10s.jp/com/rex/rex-core/1.4.0/rex-core.production.min.css" rel="stylesheet">

Live demo

Check the Storybook site at Github pages:

https://rakuten-frontend.github.io/rex-core/

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago