Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 909 Bytes

buttons.md

File metadata and controls

32 lines (25 loc) · 909 Bytes

Buttons

Button

mixin

Tag: button
Class: mdl-button mdl-js-button

Attributes:

  • colored: Sets mdl-button--colored
  • accent: Sets mdl-button--accent
  • raised: Sets mdl-button--raised
  • primary: Sets mdl-button--primary
  • icon: Sets mdl-button-icon

Icon Handling If icon is set, its value will be wrapped in an Icon component and then inserted as the only child element.

Fab

mixin

Tag: button
Class: mdl-button mdl-js-button mdl-button--fab

Attributes:

  • mini: Switches mdl-button--fab to mdl-button--mini-fab
  • colored: Sets mdl-button--colored
  • accent: Sets mdl-button--accent
  • raised: Sets mdl-shadow--4dp
  • primary: Sets mdl-button--primary

Icon Handling If icon is set, its value will be wrapped in an Icon component and then inserted as the only child element.