react-rxd
v1.4.12
Published
Realstax web frontend component library
Readme
react-rxd
Realstax style guide as React components
Build Status
| master | |
|-----------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
|
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,Visibilitycurrently depend onreact-foundation-components. We will be refactoring this to remove the dependency.
