Realstax web frontend component library


License
MIT
Install
npm install react-rxd@1.4.9-develop

Documentation

react-rxd

Realstax style guide as React components

Build Status

master master
develop develop

How to use

npm i react-rxd --save

######Includes are made on a per component basis to reduce build footprint. ######Be sure to minimize and dedupe in your production build since the components in react-rxd includes vendor dependencies by default.

const Avatar = require('react-rxd/dist/Avatar')
..
<Avatar size="large">
  <img src="img.png" role="presentation" />
</Avatar>

WIP

  • Docs
  • Grid, TextAlignment, Visibility currently depend on react-foundation-components. We will be refactoring this to remove the dependency.