react-material alternatives and similar libraries
Based on the "Material Design" category.
Alternatively, view react-material alternatives based on common mentions on social networks and blogs.
-
material-ui
Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design. -
react-toolbox
A set of React components implementing Google's Material Design specification with the power of CSS Modules
SaaSHub - Software Alternatives and Reviews
Do you think we are missing an alternative of react-material or a related project?
README
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, but also to experiment with 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
If there are others let us know.
License
MIT
*Note that all licence references and agreements mentioned in the react-material README section above
are relevant to that project's source code only.