2.0.0-alpha.9-nep-46 • Published 7 years ago

nep-m2 v2.0.0-alpha.9-nep-46

Weekly downloads
1
License
MIT
Repository
bitbucket
Last release
7 years ago

Material Design for Angular 2

NPM Version Build Status Gitter

This is the home for the Angular team's Material Design components built on top of Angular 2.

Quick links

Google group, Contributing, Plunker Template

Getting started

See our Getting Started Guide if you're building your first project with Angular Material 2.

Project status

Angular Material 2 is currently in alpha and under active development. During alpha, breaking API and behavior changes will be occurring regularly.

Check out our directory of design documents for more insight into our process.

If you'd like to contribute, you must follow our contributing guidelines. You can look through the issues (which should be up-to-date on who is working on which features and which pieces are blocked) and make a comment. Also see our Good for community contribution label.

High level items planned for September 2016:

  • Work on Angular core towards 2.0.0 final
  • Preparing for conferences (Angular Connect and ng-europe)
  • Final features for dialog
  • Initial version of snackbar.
  • Additional behaviors for menu, start design for select.
  • Finalize high-level design details for data-table.

Feature status:

FeatureStatusDocsIssue
buttonAvailableREADME-
cardsAvailableREADME-
checkboxAvailableREADME-
radioAvailableREADME-
inputAvailableREADME-
sidenavAvailableREADME-
toolbarAvailableREADME-
listAvailableREADME#107
grid-listAvailableREADME-
iconAvailableREADME-
progress-circleAvailableREADME-
progress-barAvailableREADME-
tabsAvailableREADME-
slide-toggleAvailableREADME-
button-toggleAvailableREADME-
sliderAvailableREADME-
menuInitial version, needs enhancementsREADME#119
tooltipInitial version, needs enhancementsREADME-
ripplesAvailable, but needs to be appliedREADME#108
dialogStarted, not yet ready for release-#114
snackbar / toastProof-of-concept-#115
selectDesign started-#118
textareaNot started-#546
autocompleteNot started-#117
chipsNot started-#120
themingIn master, not released, some bugsGuide#123
prod buildNot started--
docs siteUX design and tooling in progress--
typographyNot started-#205
layoutNot started--
fab speed-dialNot started-#860
fab toolbarNot started--
bottom-sheetNot started--
bottom-navNot started-#408
virtual-repeatNot started-#823
datepickerNot started-#675
data-tableNot started-#581
stepperNot started-#508

0581: https://github.com/angular/material2/issues/581

"Available" means that the components or feature is published and available for use, but may still be missing some behaviors or polish.

The goal of Angular Material

Our goal is to build a set of high-quality UI components built with Angular 2 and TypeScript, following the Material Design spec. These components will serve as an example of how to write Angular code following best practices.

What do we mean by "high-quality"?

  • Internationalized and accessible so that all users can use them.
  • Straightforward APIs that don't confuse developers.
  • Behave as expected across a wide variety of use-cases without bugs.
  • Behavior is well-tested with both unit and integration tests.
  • Customizable within the bounds of the Material Design specification.
  • Performance cost is minimized.
  • Code is clean and well-documented to serve as an example for Angular devs.

Browser and screen reader support

Angular Material supports the most recent two versions of all major browsers: Chrome (including Android), Firefox, Safari (including iOS), and IE11 / Edge

We also aim for great user experience with the following screen readers:

  • NVDA and JAWS with IE / FF / Chrome (on Windows).
  • VoiceOver with Safari on iOS and Safari / Chrome on OSX.
  • TalkBack with Chrome on Android.