--- title: Panel layout: documentation doc-tab: components doc-subtab: panel breadcrumb: - home - documentation - components - components-panel meta: colors: true sizes: false variables: true --- {% capture panel_example %} {% endcapture %}

The panel is a container for several types:

The panel-block can be an anchor tag <a> or a label <label> with a checkbox inside.

{% include elements/snippet.html content=panel_example more=true %} {% include elements/anchor.html name="Colors" %}

The panel component is available in all the different colors defined by the $colors Sass map. Simply append one of the color modifiers.

For example, to use your primary color, use "panel is-primary" as a class.

{% for color in site.data.colors.justColors %} {% capture foobar %}

{{ color | capitalize }}

All Public Private Sources Forks

bulma marksheet minireset.css jgthms.github.io
{% endcapture %} {% include elements/snippet.html content=foobar more=true %} {% endfor %} {% include components/variables.html type='component' %}