Skip to content

arnemart/react-topcoat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-topcoat

A collection of React components for Topcoat.

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

About

A collection of React components for Topcoat.

Resources

Stars

Watchers

Forks

Packages

No packages published