A collection of React components for Topcoat.
See test.js for sample usage.
npm install react-topcoat
or just download react-topcoat.js.
With browserify: var ReactTopcoat = require('react-topcoat');
With AMD: require(['react-topcoat'], function(ReactTopcoat) { // Do stuff })
…or just include in a script tag (after loading react.js first, of course).