Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/arnemart/react-topcoat

A collection of React components for Topcoat.
https://github.com/arnemart/react-topcoat

Last synced: 3 days ago
JSON representation

A collection of React components for Topcoat.

Lists

README

        

react-topcoat
=============

A collection of [React][1] components for [Topcoat][2].

See test.js for sample usage.

Demo
----

Go here: http://arnemart.github.io/react-topcoat/

Or check out https://github.com/arnemart/hamburger-basement for a project using it.

Installation
------------

`npm install react-topcoat` or just download react-topcoat.js.

Loading
-------

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).

[1]: http://facebook.github.io/react/
[2]: http://topcoat.io