material-color
v1.0.0
Published
Simple JSON object of material-ui colors do with as you wish
Downloads
24
Readme
material-color
About
This is an fork of isuru88/random-material-color project that simply exports the Google Material UI color palette.
I'm using this to manipulate Material-UI colors dynamically in a React/Redux project.
Usage
Install
$ npm install material-color --save
Example
var mc = require('material-color');