0.1.1 • Published 8 years ago

react-cmf-bootstrap v0.1.1

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
8 years ago

React CMF Bootstrap

This library provide a set of widgets to be ready to start with react-cmf

NPM

Travis CI Quality dependencies devdependencies peerdependencies semantic-release Codacy Badge

Dependencies

  • react
  • react-cmf
  • react-bootstrap
  • classnames

Architecture

This library is architectured around one concept: Provide a set of components which implement our style guide

Each components exists in two versions:

  • pure
  • connected

The pure component is responsible of the rendering from props. Everythings are props here. We avoid state because we are using redux with CMF. For the style we are using sass with react-css-themr.

To get a connected component just do the following:

import { AppHeaderBar } from 'react-cmf-bootstrap';

Next we provide a connected version which only map to props of the pure version.

If you import a widget from the package you will have the connected version. If you want to import the pure version use the following import path:

import { AppHeaderBar } from 'react-cmf-bootstrap/lib/pure';

How to contribute

First please take a look at our contributing guildelines.

To create a new widget, you can use the talend yeoman generator

0.1.1

8 years ago

0.1.0

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago