Buttons

Buttons follow the same contextual classes as of bootstrap with additional modifiers.

<button type="button" class="btn btn-primary">Primary</button>
<button type="button" class="btn btn-secondary">Secondary</button>
<button type="button" class="btn btn-success">Success</button>
<button type="button" class="btn btn-danger">Danger</button>
<button type="button" class="btn btn-warning">Warning</button>
<button type="button" class="btn btn-info">Info</button>
<button type="button" class="btn btn-light">Light</button>
<button type="button" class="btn btn-dark">Dark</button>
<button type="button" class="btn btn-link ">Link</button>

Rounded Buttons

Button Badge

badges can be combined with buttons following is an example of badges with soft version of their color you can also use non soft color variation like badge-primary

Rounded Circle Buttons

Last updated