Material Design Lite for React JS

Material Design Lite for React JS lets you add a Material Design look and feel to your websites using the React framework.

This project is under development and will be breaking.
Do not use in production!

You can find documentation and examples here

Usage

To install run

npm install mdl-reactjs

Then include by using

var MDL = require('mdl-reactjs');

Include the MDL css and js in your project

<!-- Material design lite stylesheet -->
<!-- You can generate your own at (http://www.getmdl.io/customize/index.html) -->
<link rel="stylesheet" href="//storage.googleapis.com/code.getmdl.io/1.0.3/material.indigo-pink.min.css">

<!-- Material design lite icons -->
<link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons">

<!-- Material design lite script -->
<script src="//storage.googleapis.com/code.getmdl.io/1.0.3/material.min.js"></script>

Components list / Todo