Default buttons
Use any of the available button classes to quickly create a styled button.
<button type="button" class="btn btn-primary">Default</button>
Radius buttons
Use any of the available button classes to quickly create a rounded button.
<button type="button" class="btn btn-primary btn-radius">Default</button>