Nós utilizamos Cookies para aprimorar sua experiência em nosso site.
By clicking the Accept button, you agree to us doing so. Mais informações sobre nossa política de cookies
Nós utilizamos Cookies para aprimorar sua experiência em nosso site.
By clicking the Accept button, you agree to us doing so. Mais informações sobre nossa política de cookies
Page Components
Bulma tags are used in a few different layouts in Bulma Clean Theme, so it has been extracted as it’s own component. You can create a tag in your own pages using the below include tag.
An example tag
To include a tag use the following include.
{% include tag.html tag="The tag text" %}
You can overwrite the default style (is-primary) by passing in the style in the include tag.
{% include tag.html tag="The tag text" style="is-light" %}