Bulma-Gomponents

This Go library makes it easier to use the Bulma CSS framework with the Gomponents library.

Importing packages

It is suggested to import Bulma-Gomponents and Gomplements with the following aliases:

import (
	b "github.com/willoma/bulma-gomponents"
	e "github.com/willoma/gomplements"
)

You may also want to import github.com/willoma/bulma-gomponents/fa to generate Font Awesome icons.

Bulma examples

This documentation contains examples corresponding to the official Bulma documentation examples.

This documentation is entirely written with Bulma-Gomponents, its source code is in the library repository. Don't hesitate to refer to it if needed.