This topic includes examples on how to create a button and what its' directives and other stuff do.
Attribute | Description |
---|---|
md-button | Creates a rectangular button w/ no elevation. |
md-raised-button | Creates a rectangular button w/ elevation |
md-icon-button | Creates a circular button with a transparent background, meant to contain an icon |
md-fab | Creates a circular button w/ elevation, defaults to theme's accent color |
md-mini-fab | Same as md-fab but smaller |
disableRipple | Whether the ripple effect for the button is disabled. |
For more information and more examples, visit the docs.