element.
Example
HTML
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.
Button group
#
If you want to group buttons together on a single line, use the is-grouped modifier on the field container:
Example
HTML
Button addons
#
If you want to use buttons as addons, use the has-addons modifier on the field container:
Example
HTML
Button group with addons
#
You can group together addons as well:
Example
HTML
List of buttons
#
You can create a list of buttons by using the buttons container.
If the list is very long, it will automatically wrap on multiple lines, while keeping all buttons evenly spaced.
You can attach buttons together with the has-addons modifier.
Use the is-centered or the is-right modifiers to alter the alignment.
You can use any modifier class on each button to differentiate them. Make sure to add the is-selected modifier as well to make sure the selected button is above its siblings.