Rackspace Canon components built with React
npm install canon-react

React components for Rackspace's Canon framework
To build a bundled file for release run scripts/cibuild
create_release_branch.py script.scripts/publish_new_release.py from the main directory.npm publish.npm install canon-react will install the canon-react module inside of the node_modules directory of your current directory. npm install canon-react -g will install the canon-react module globally.``javascript`
var Component = require('canon-react').Component;
ES6:
`javascript`
import {Component} from 'canon-react';
An example of how to use canon-react components can be found in node_modules/canon-react/demo/demo.jsx`