You can use one of the 6 main colors:
is-primaryis-linkis-infois-successis-warningis-danger
--- title: Bulma's Modifiers Syntax layout: docs theme: start doc-tab: start doc-subtab: syntax breadcrumb: - home - documentation - start - start-syntax --- {% capture button_example %} {% endcapture %} {% capture button_primary_example %} {% endcapture %} {% capture button_colors %} {% endcapture %} {% capture button_sizes %} {% endcapture %} {% capture button_states %} {% endcapture %} {% capture button_combinations %} {% endcapture %}
Let's start with a simple button that uses the
"button" CSS class:
{{button_example}}
By adding the "is-primary" CSS class, you
can modify the color:
{{button_primary_example}}
You can use one of the 6 main colors:
is-primaryis-linkis-infois-successis-warningis-danger
You can also alter the size:
is-smallis-mediumis-large
Or the style or state:
is-outlinedis-loading[disabled]