I found a material design CSS framework known as Materializecss. It looks promising. It’s just plain CSS and javascript framework.
http://materializecss.com/
Advantages over other frameworks
- Pure CSS classes, will not conflict with ionic directives. No performance loss.
- Of all the frameworks I have seen, this is the only one closely following material design rules
- Almost ready it has about 50+ contributors it’s current Version 0.95.3 in less than 6 months
- Easy to use. Well documented with feature wise navigation.
- It has almost all the material design features needed for an app.
This page http://materializecss.com/getting-started.html will show you how to include it in your projects.
I hope this helps for any of you searching for a good material design framework.
UPDATE: 2015-07-09
I Found another lightweight powerful beautiful CSS framework for material design
Material Design Light
http://www.getmdl.io/
It is lightweight, has smooth and quick animations, looking pretty good. It was made by one of the Google developers. It is officially promoted by google https://developers.google.com/web/. It is getting quite popular, try it. Comparision with Angular Material
UPDATE: 2015-10-23
Ionic2 has InBuilt Support for Material Design in Android
It’s Official, You can watch Ionic2 demo in AngularConnect, It has Material Design as default for Android. We don’t need to worry about choosing a Material Design framework.