Kempo CSS Icon Kempo CSS Theme Editor

Kempo CSS

Kempo CSS Icon
Typography
Layout
Borders & Spacing
Inputs
Buttons
Tables
Colors
Elevation
Utilities

Read the License
View on NPM
View on GitHub

Buttons

Button Types

<button>button</button>
<input type="button" value="input" />
<input type="submit" value="submit input" />
<a href="#" class="btn">a.btn</a>
a.btn

Button Colors

<button>Default</button>
<button class="primary">Primary</button>
<button class="secondary">Secondary</button>
<button class="success">Success</button>
<button class="warning">Warning</button>
<button class="danger">Danger</button>

Button Sizes

<button class="small">Small</button>
<button>Normal</button>
<button class="large">Large</button>

Button Groups

<div class="btn-grp">
<button>Default</button>
<button>Default</button>
<button>Default</button>
</div>

No Styles

<button class="no-style">no-style</button>
<button class="no-btn">no-btn</button>