1.0.0 • Published 7 years ago

canon-react v1.0.0

Weekly downloads
157
License
MIT
Repository
github
Last release
7 years ago

Build Status npm version

canon-react-logo

Documentation

React components for Rackspace's Canon framework

Contributing

For issues or feature requests please submit an issue. For more information on contributing to canon-react, checkout the Contributing Guide

Building

The latest stable release is available under the releases section of the repository. You can also generate a release from master if you wish to live on the edge.

To build a bundled file for release run scripts/cibuild

Releasing

Publishing a new release involves three steps: 1. Create and merge a pull request which updates the changelog and version number. This may be done automatically by running the create_release_branch.py script. 2. Create a new release and upload a newly-created .tar.gz package. This may be done automatically by running scripts/publish_new_release.py from the main directory. 3. Publish the new version to npm by running npm publish.

Instructions For Including In Your Project

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.

Using Components

After installation you can use canon react components.

var Component = require('canon-react').Component;

ES6:

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

Roadmap

This is a list of what is planned for the next release

v 1.0.0

What would you like to see? Request Features

1.0.0

7 years ago

0.14.6

7 years ago

0.14.5

7 years ago

0.14.4

8 years ago

0.14.3

8 years ago

0.14.2

8 years ago

0.14.1

8 years ago

0.14.0

8 years ago

0.13.4

8 years ago

0.13.3

8 years ago

0.13.2

8 years ago

0.13.1

8 years ago

0.13.0

8 years ago

0.12.0

8 years ago

0.11.1

8 years ago

0.11.0

8 years ago

0.10.1

8 years ago

0.10.0

8 years ago

0.9.1

8 years ago

0.9.0

8 years ago

0.8.0

8 years ago

0.7.2

8 years ago

0.7.1

8 years ago

0.7.0

8 years ago

0.6.4

8 years ago

0.6.3

9 years ago

0.6.2

9 years ago

0.6.1

9 years ago

0.6.0

9 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.3.2

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago