--- layout: documentation doc-tab: elements doc-subtab: button --- {% include subnav-elements.html %}

Buttons

The classic button, in different colors, sizes, and states



Sizes

{% highlight html %} Small Normal Medium Large {% endhighlight %}

Styles

Outlined

Inverted (the text color becomes the background color, and vice-versa)

{% highlight html %} Inverted Inverted Inverted Inverted {% endhighlight %}

States

Loading

Active

{% highlight html %} Active Active Active Active Active Active {% endhighlight %}

Disabled

With Font Awesome icons


Button group

If you want to group buttons together, use the is-grouped modifier on the control container:

{% highlight html %} {% endhighlight %}

Button addons

If you want to use buttons as addons, use the has-addons modifier on the control container:

{% highlight html %}

Left Center Right

{% endhighlight %}