Skip to main content

Button

Overview

The Style Kit includes a customised version of the Bootstrap button plugin to be compatible with Style Kit specific classes. It’s functionality and data API remain exactly the same.

View Button Plugin

Dependencies

See distribution for how to include these dependencies.

Uses

Use with the Style Kit button styles and button group component to control button states or create more advanced button toolbars.

Examples

<button type="button" class="bsk-btn bsk-btn-default" data-bs-toggle="button" aria-pressed="false" autocomplete="off">
  Toggle Action
</button>