Topcoat

CSS for clean and fast web apps

Button

Examples

HTML

<button class="topcoat-button">Button</button>
<button class="topcoat-button" disabled>Button</button>

Quiet Button

HTML

<button class="topcoat-button--quiet">Button</button>
<button class="topcoat-button--quiet" disabled>Button</button>

Large Button

HTML

<button class="topcoat-button--large" >Button</button>
<button class="topcoat-button--large" disabled>Button</button>

Large Quiet Button

HTML

<button class="topcoat-button--large--quiet" >Button</button>
<button class="topcoat-button--large--quiet" disabled>Button</button>

Call To Action Button

HTML

<button class="topcoat-button--cta" >Button</button>
<button class="topcoat-button--cta" disabled>Button</button>

Large Call To Action Button

HTML

<button class="topcoat-button--large--cta" >Button</button>
<button class="topcoat-button--large--cta" disabled>Button</button>