react-mdl-css

1.0.0 • Public • Published

react-mdl-css

Use Custom style from https://getmdl.io/customize in your react-mdl app, you don't have to use the default style provided by react-mdl.

ℹ️ This Package won't work without react-mdl, so make sure to include it.

Quick-Start Guide

Installation

1. Install the package:

npm install -save react-mdl-css

Development Workflow

2. Include the customized style from getmdl.io in your index.html:

<!-- A basic example with purple primary color and pink accent color -->
<link rel="stylesheet" href="https://code.getmdl.io/1.2.1/material.purple-pink.min.css" />

3. Include react-mdl & react-mdl-css in your entry file (index.js):

import 'react-mdl-css/material.css';
import 'react-mdl/extra/material';

ℹ️ We're done here. You don't need to import react-mdl/extra/material.css

License

MIT

Package Sidebar

Install

npm i react-mdl-css

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • ooade