Variants
Class Example
.mdst-button
.mdst-button--inverted
.mdst-button--ghost
Sizes
Class Example
.mdst-button--sm
.mdst-button
.mdst-button--lg
States
Class / Attribute Example
disabled
.mdst-button--inverted disabled
Usage
<button class="mdst-button">Default</button>
<button class="mdst-button mdst-button--inverted">Inverted</button>
<button class="mdst-button mdst-button--ghost">Ghost</button>
<button class="mdst-button mdst-button--sm">Small</button>
<button class="mdst-button mdst-button--lg">Large</button>