Skip to content

wangwy/material

 
 

Repository files navigation

Material Design for AngularJS Apps

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.

Demo Site

You can see these components in action at http://material.angularjs.org

Development

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

File Structure

  • Components belong in src/components/{componentName}
  • Component modules must be named material.components.{componentName}
  • Templates for directives are declared inline
  • Gulp builds files to dist folder, which is not version controlled (read below)

Commit Conventions

  • http://github.com/ajoslin/conventional-changelog
  • git pre-commit hook available here. Place it in .git/hooks/pre-commit, and run chmod +x .git/hooks/pre-commit. It will validate your commit messages for you.
  • npm install for gulp deps
  • bower install for angular deps
  • gulp build (alias gulp) to build, add --release flag to uglify & strip console.log.
  • gulp watch to build & rebuild on changes
  • gulp validate to test and jshint
  • gulp jshint to run jshint
  • gulp karma to test once
  • gulp karma-watch to test & watch for changes
  • gulp docs to build docs into dist/docs

Documentation

  • See docs/README.md.

About

Material design for Angular

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published