Components

Buttons

The .button class can be used on anchor links, buttons, submit inputs, and reset inputs.

Buttons can have different styles, sizes, and states.

Wrap multiple buttons in a <p class="buttons"> wrapper for automatic alignment and spacing.

Tabs

Tabs support a variety of formatting options which are documented on the Bulma website. This is a basic example.

This markup describes the visual layout only, not the interactive component. Bring your own JavaScript.

Icons

Icons are specially classed inline SVG files. We recommend SVGOMG or an automated build process to optimize SVGs before they are added to the markup.

Icons can be included in buttons, form fields, menus, alerts & notifications. The SVG should also include the fill="currentColor" attribute to inherit the parent container's color.

You can also affect the icon's color directly by using color helper classes or styling the parent container.