Material Design is a specification for a unified system of visual, motion, and interaction design that adapts across different devices.
Our goal is to deliver a lean, lightweight set of AngularJS-native UI elements that implement the material design system for use in Angular SPAs.
This project is still in early preview. It is a complementary effort to the Polymer project's paper elements collection.
You can see these components in action at http://material.angularjs.org
This project is in early development via a small core team of Ionic Framework and AngularJS developers. We don't have guidelines yet for broader community involvement, although we hope to have some soon.
For issues, including progress on accessibility support for these UI elements, see the Issue Tracker
- Components belong in
src/components/{componentName} - Component modules must be named
material.components.{componentName} - Templates for directives are declared inline
- Gulp builds files to
distfolder, which is not version controlled (read below)
- http://github.com/ajoslin/conventional-changelog
- git pre-commit hook available here. Place it in
.git/hooks/pre-commit, and runchmod +x .git/hooks/pre-commit. It will validate your commit messages for you. npm installfor gulp depsbower installfor angular depsgulp build(aliasgulp) to build, add--releaseflag to uglify & strip console.log.gulp watchto build & rebuild on changesgulp validateto test and jshintgulp jshintto run jshintgulp karmato test oncegulp karma-watchto test & watch for changesgulp docsto build docs into dist/docs
- See
docs/README.md.