0.0.4 • Published 8 years ago

material-design-palette v0.0.4

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
8 years ago

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

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago