Buttons

Buttons can be used to trigger user actions, such as submitting forms, opening modal dialogs, etc. Different types of buttons are available for different types of actions.

Default Buttons

The class names and syntax for the default buttons are as follows :

    
<button class="button button-default">Default</button>

<button class="button button-primary">Primary</button>

<button class="button button-secondary">Secondary</button>

<button class="button button-success">Success</button>

<button class="button button-warning">Warning</button>

<button class="button button-danger">Danger</button>

 

Link Buttons

The class names for the default badges are as follows :

    
<button class="link link-primary">Primary Link</button>

<button class="link link-secondary">Secondary Link</button>