React-MDL
React-MDL is a set of React components build on top of Material Design Lite v1.1.3
Join the #react-mdl channel of the Reactiflux Discord community.
Requirements
Instead of using the official material.css
and material.js
files from the MDL project, you should use the files we provide in /extra. The reason to that is because the official Layout
component is not fully compatible with React. We made a patch and we re-exported everything so people can still use it.
If you're worried about the changes we made, you can take a look at the patch note or read about the issue in this ticket.
How to use the components
import the entire library
; var Button = ReactMDLButton;var Card = ReactMDLCard // or;
import a specific component
;;
License
MIT, see LICENSE.md for details.