Examples

Profile

Use .is-centered on the .columns div wrapper + .is-two-fifths on each column to create two equal size columns with padding on either side.

Use the .is-static class combined with a readonly attribute on inputs to create a readonly form.

Cards

The Bulma card component is a flexible element that groups several sub-elements together. In this example, we'll use Bulma's column classes with cards to create a navigation section. We've made the entire card a link, which highlights on hover. Note the use of the custom .nav-card class, which is used specifically for blocks like this.

Contact

Since this form is a bit wider, we'll use horizontal labels. Use the .is-horizontal modifier on the field container, in which you include:

  • .field-label for the side label
  • .field-body for the input/select/textarea container
  • You can use .is-grouped or .has-addons for the child elements

Table

Tabbed Data