Button
Structure
<button>
<… class="button">
Examples
<button>Default</button>
<button disabled="disabled">Disabled</button>
<button class="primary">Primary</button>
<button class="success">Success</button>
<button class="warning">Warning</button>
<button class="error">Error</button>
<a class="button">Default</a>
<a class="button primary">Primary</a>
<a class="button success">Success</a>
<a class="button warning">Warning</a>
<a class="button error">Error</a>
Properties
--skelt-button-font-family
- Defaults to
--skelt-menu-font-family
and--skelt-heading-font-family
.