---
title: Panel
layout: documentation
doc-tab: components
doc-subtab: panel
breadcrumb:
- home
- documentation
- components
- components-panel
meta:
colors: false
sizes: false
variables: true
---
{% capture panel_example %}
{% endcapture %}
The panel
is container for several types:
-
panel-heading
as the first child
-
panel-tabs
for navigation
-
panel-block
which can contain other elements, like:
control
input
button
panel-icon
The panel-block
can be an anchor tag <a>
or a label <label>
with a checkbox inside.
{% include elements/snippet.html content=panel_example %}
{% include elements/variables.html type='component' %}