Important: Behaviors have been decoupled from components. You need to add one to make it interactive.
Button
Applies styles to create a flat button.
<button class="c-button b-press-scale">
Press Me
</button>
Modifiers
Outline
Applies styles to form an outline button.
<button class="c-button c-button--outline b-press-scale">
Press Me
</button>
Pill
Applies styles to create a pill button.
<button class="c-button c-button--pill b-press-scale">
Press Me
</button>
Size
Applies different sizes to buttons.
<button class="c-button c-button--size-sm b-press-scale">
Press Me
</button>
<button class="c-button c-button--size-lg b-press-scale">
Press Me
</button>