material-design-palette

0.0.4 • Public • Published

Build Status

Usage

ES6

import MaterialDesignPalette from 'material-design-palette';

export default class SomeReactComponent extends Component {
    render() {
        return <Card titleColor={MaterialDesignPalette.color.blue400} />
    }
}

CommonJS

var MaterialDesignPalette = require('material-design-palette');

module.exports = React.createClass({
    render: function() {
        return <Card titleColor={MaterialDesignPalette.color.blue400} />
    }
})

Palette

Palette

Package Sidebar

Install

npm i material-design-palette

Weekly Downloads

7

Version

0.0.4

License

Apache-2.0

Last publish

Collaborators

  • drew.walker