top | item 10085940

(no title)

pksunkara | 10 years ago

This is such a cool move from google. Doing material design in HTML/CSS/JS is pure win.

I am working on React.js components for this. I have already did half of them. Check out https://github.com/pksunkara/react-mdl. I welcome any contributions.

EDIT: Components can be seen at https://github.com/pksunkara/react-mdl/tree/master/src

discuss

order

tleunen|10 years ago

I also started the same thing a few weeks ago but I chose a different approach. I decided to use their `upgradeElement` function to upgrade the component, instead of re-writing everything. https://github.com/tleunen/react-mdl

dominotw|10 years ago

> I am working on React.js components for this.

Can you just use polymer though?

pksunkara|10 years ago

You can but I didn't like it and wanted to use react.js