Ecosyste.ms: Awesome

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

https://github.com/BerkeleyTrue/react-material

Material design components written with React.js and React Style
https://github.com/BerkeleyTrue/react-material

Last synced: about 1 month ago
JSON representation

Material design components written with React.js and React Style

Lists

README

        

[![Stories in Ready](https://badge.waffle.io/SanderSpies/react-material.png?label=ready&title=Ready)](http://waffle.io/SanderSpies/react-material)
React Material Design Components
===
Material design components written with React.js and React Style.

Thanks to the Polymer team for providing a base set of elements that I could re-implement.

Contributions are very welcome!

Definitely not production ready for now!

Motivation
---
A good starting point for web apps styled with [material design](http://www.google.com/design/spec/material-design/introduction.html), but also to experiment with
[React Style](https://github.com/SanderSpies/react-style/) and see what works and what doesn't.

Run
---
- git clone https://github.com/SanderSpies/react-material.git
- npm install
- webpack
- open index.html
- enjoy
- and contribute

Current issues
---
- [ ] Need to implement a base set of components
- [ ] Properly implement the "theming" of the components
- [ ] Create a set of superb animations
- [ ] Should work in IE8 whereby the functionality should not be broken. IE in general needs some extra work, but so far the results have been promising. Also, for IE8 we need to generate PNG's from the SVG's.
- [ ] Properly handle mobile interfaces with proper touch support
- [ ] Write browser tests (esp. visual ones to check for regressions)
- [ ] De-fugly-fy code
- [ ] Use Google Closure Compiler Advanced Mode for bragging rights

Alternatives
---
- https://github.com/callemall/material-ui
- https://github.com/jscissr/react-polymer

If there are others let us know.

License
---
MIT