lizportnoy / material

Material design for Angular

Home Page:https://material.angularjs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Material Design for AngularJS Apps Build Status

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 single-page applications (SPAs).

venn

This project is in early pre-release. Angular Material is both a reference implementation of Material Design and a complementary effort to the Polymer project's Paper Elements collection.

Quick Links:

Please note that using Angular Material requires the use of Angular 1.3.x or higher. Angular Material is targeted for all browsers with versions n-1; where n is the current browser version.

Online Documentation (and Demos)

angularmaterial

  • Visit Material.AngularJS.org online to review the API, see the components in action with live Demos, and study the Layout system.
  • Or you can build the documentation and demos locally; see the Build Docs & Demos for details.

Contributing

Developers interested in contributing should read the following guidelines

It is important to note that for each release, the ChangeLog is a resource that will itemize all

  • Bug Fixes,
  • New Features,
  • Breaking Changes

Building

Developers can easily build Angular Material using NPM and gulp.

First install or update your local project's npm tools:

# First install all the NPM tools:
npm install

# Or update
npm update

The run the gulp tasks:

# To build `angular-material.js/.css` and `Theme` files in the `/dist` directory
gulp build

# To build the Angular Material Docs and Demos in `/dist/docs` directory
gulp docs

For more details on how the build process works and additional commands (available for testing and debugging) developers should read Build Instructions.

Installing

For developers not interested in building the Angular Material library... use bower to install and use the Angular Material distribution files.

Change to your project's root directory.

# To get the latest stable version, use Bower from the command line.
bower install angular-material

# To get the most recent, latest committed-to-master version use:
bower install angular-material#master

Visit Bower-Material for more details on how to install and use the Angular Material distribution files within your own local project.

CDN versions of Angular Material will be available in the near future.

With a CDN, you will not need to download local copies of the distribution files. Instead reference the CDN urls to easily use those remote library files... this is especially useful when using online tools such as CodePen, Plunkr, or jsFiddle.


About

Material design for Angular

https://material.angularjs.org/

License:MIT License


Languages

Language:JavaScript 79.5%Language:CSS 19.9%Language:Shell 0.7%