Hacker News new | ask | show | jobs
by pksunkara 3955 days 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

3 comments

Thankyou. Until I saw your comment, I had no idea this came from Google. The domain is http://www.getmdl.io/, the site doesn't mention it, and a "lite" version sounds unofficial. The only clue is the Github icon links to https://github.com/google/material-design-lite link.
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
> I am working on React.js components for this.

Can you just use polymer though?

You can but I didn't like it and wanted to use react.js
you can use both together if you don't care about server side rendering.