@ngdoc content @name Declarative Syntax @description
Theming in AngularJS Material uses classes to apply an intention group to a given component. Most components in AngularJS Material support intention classes as expected, including:
- md-button
- md-checkbox
- md-progress-circular
- md-progress-linear
- md-radio-button
- md-slider
- md-switch
- md-tabs
- md-input-container
- md-toolbar
The classes to apply the color intention for a given component are as follows:
md-primary
, md-accent
, md-warn
.
If you need to slightly differentiate an element, you can specify an additional
class of md-hue-1
, md-hue-2
, or md-hue-3
. Use these classes sparingly
in your application to avoid overwhelming users.