--- 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

Normal

{% highlight html %} Normal Normal Normal Normal Normal Normal {% endhighlight %}

Hover

{% highlight html %} Hover Hover Hover Hover Hover Hover {% endhighlight %}

Focus

{% highlight html %} Focus Focus Focus Focus Focus Focus {% endhighlight %}

Active

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

Loading

Disabled

With Font Awesome icons

New!

If the button only contains an icon, Bulma will make sure the button remains square, no matter the size of the button or of the icon.

{% highlight html %}

{% endhighlight %}

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 %}

Button group with addons

You can group together addons as well:

{% highlight html %}

Left Center Right

{% endhighlight %}