https://github.com/rickyvetter/react-moudles-we-like
Just a place to keep react modules that we like
https://github.com/rickyvetter/react-moudles-we-like
Last synced: 5 days ago
JSON representation
Just a place to keep react modules that we like
- Host: GitHub
- URL: https://github.com/rickyvetter/react-moudles-we-like
- Owner: rickyvetter
- Created: 2014-09-23T15:35:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-23T15:30:46.000Z (over 10 years ago)
- Last Synced: 2025-02-27T14:54:46.246Z (4 months ago)
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Modules We Like
Just a place to keep react modules that we like
## [Select Box](https://github.com/instructure/react-select-box)
Nice looking select boxes. [Example](http://instructure.github.io/react-select-box/)
```
var SelectBox = require("react-select-box");...
render: function(){
return (
1
2
);}
```## [Router](https://github.com/rackt/react-router)
## [Cursor](https://github.com/dustingetz/react-cursor/)