Material design components for react, powered by materializecss
$ npm install react-materializecss
var Button = require('react-materializecss').Button;
// with ES6 modules
import {Button} from 'react-materializecss';
There are several examples on the doc site.