Variations
There are a number of variation of buttons that can be used to vary the emphasis on the button action.
Default styling
Button
flat
These buttons are used for low-emphasis actions. For example on cards and dialogs.
Button
raised
Increase emphasis by raising the button.
Button
outlined
For medium-emphasis use the outlined button.
Button
rounded
Variation of the default button style.
Button
Markup
<div pam-Button="[modifier]">Button</div>
<button pam-Button="[modifier] icon">
<i class="material-icons" pam-Button-Icon>android</i>
<span pam-Button-Label>Icon</span>
</button>