Realstax style guide as React components
master |
|
---|---|
develop |
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>
- Docs
Grid
,TextAlignment
,Visibility
currently depend onreact-foundation-components
. We will be refactoring this to remove the dependency.