Questions about the former package of the Angular Material Library (@angular2-material/*). Note that packages scoped under angular2-material are no longer being used from September of 2016 in favour of the @angular/material package on NPM. This tag should be used for questions targeting the old package.
Angular 2 Material is a set of common UI components conforming to Google's Material Design specification that can be used for the development of Angular 2 applications.
List of Currently Available Components
md-button
is an HTML<button>
or<a>
tag enhanced with styling and animation to match the Material Design Button specification.md-button-toggle
is a group of buttons that can be toggled and conform to the Material Design Toggle Buttons specification.md-card
is a content container component that conforms to the Material Design Cards specification.md-checkbox
is a selection control that allows users to make a binary choice for a predetermined conditioned. It is modeled after the browser's native checkbox element, and behaves in the same way. Material Design Checkbox specification.md-grid-list
is an alternative list view that arranges cells into grid-based layout. Material Design Grid Lists specification.md-icon
is a component that displays an icon, which can be a font glyph or an SVG image.md-input
is basic input component of Material 2. Material Design Text Field specificationmd-list
is a container component that wraps and formats a series of line items. As the base list component, it provides styling conforming to the Material Design Lists specification, but no behavior of its own.md-menu
is a list of options that displays when triggered and conform to the Material Design Menus specification.md-progress-bar
is a component for indicating progress and activity, matching the Material Design Progress & Activity specification.md-progress-circle
is a component for indicating progress and activity, matching the Material Design Progress & Activity specification.md-radio-button
allow the user to select one option from a set. Material Design Radio Button specification.md-sidenav-layout
andmd-sidenav
comprise the side navigation component for Material 2. Material Design Navigation Drawer specification.md-slider
is a component that allows users to select from a range of values by moving the slider thumb. Material Design Sliders specification.md-slide-toggle
("switch") is a two-state selection control conforming to the Material Design Switch specification.md-tab-group
andmd-tab
allow the user to organize their content by labels such that only one tab is visible at any given time. Material Design Tabs specification.- md-toolbar is a vertical aligned bar, which can hold the application title or actions and conforms to the Material Design Toolbars specification.
- md-tooltip allows the user to specify text to be displayed when the mouse hover over an element. Material Design Tooltips specification.
Resources