Socket
Socket
Sign inDemoInstall

react-cmf-bootstrap

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-cmf-bootstrap

Provide base widgets for react-cmf


Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 10 Oct 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc