https://github.com/arnemart/react-topcoat
A collection of React components for Topcoat.
https://github.com/arnemart/react-topcoat
Last synced: about 1 month ago
JSON representation
A collection of React components for Topcoat.
- Host: GitHub
- URL: https://github.com/arnemart/react-topcoat
- Owner: arnemart
- Created: 2014-02-26T10:16:26.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-06T11:02:27.000Z (over 10 years ago)
- Last Synced: 2024-08-08T17:30:55.367Z (9 months ago)
- Language: JavaScript
- Size: 2.18 MB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
- awesome-react-cn - react-topcoat by @arnemart - A collection of React components for Topcoat (Uncategorized / Uncategorized)
- awesome-react - react-topcoat by @arnemart - A collection of React components for Topcoat
- awesome-learning-resources - react-topcoat by @arnemart - A collection of React components for Topcoat (Uncategorized / Uncategorized)
- awesome-react - react-topcoat by @arnemart - A collection of React components for Topcoat. (React [π](#readme))
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