Primary
All Public Private Sources Forks
You are viewing the deprecated 0.9.3 version of the website. Click here to view the latest version
Panel
A composable panel, for compact controls
The panel
is a 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.
Example
HTML
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.
HTML
HTML
HTML
This page is open source.
Noticed a typo? Or something unclear?
Improve this page on GitHub