2016-09-11 11:00:49 +00:00
|
|
|
---
|
2017-10-17 09:28:59 +00:00
|
|
|
title: Panel
|
2016-09-11 11:00:49 +00:00
|
|
|
layout: documentation
|
|
|
|
doc-tab: components
|
|
|
|
doc-subtab: panel
|
|
|
|
---
|
|
|
|
|
2016-10-30 23:35:30 +00:00
|
|
|
{% capture panel_example %}
|
2016-09-11 11:00:49 +00:00
|
|
|
<nav class="panel">
|
|
|
|
<p class="panel-heading">
|
2017-07-28 22:27:59 +00:00
|
|
|
repositories
|
2016-09-11 11:00:49 +00:00
|
|
|
</p>
|
2016-10-30 23:35:30 +00:00
|
|
|
<div class="panel-block">
|
2017-04-15 15:00:10 +00:00
|
|
|
<p class="control has-icons-left">
|
2017-07-28 22:27:59 +00:00
|
|
|
<input class="input is-small" type="text" placeholder="search">
|
2017-04-15 15:00:10 +00:00
|
|
|
<span class="icon is-small is-left">
|
2016-10-30 23:35:30 +00:00
|
|
|
<i class="fa fa-search"></i>
|
|
|
|
</span>
|
|
|
|
</p>
|
|
|
|
</div>
|
2016-09-11 11:00:49 +00:00
|
|
|
<p class="panel-tabs">
|
2017-07-28 22:27:59 +00:00
|
|
|
<a class="is-active">all</a>
|
|
|
|
<a>public</a>
|
|
|
|
<a>private</a>
|
|
|
|
<a>sources</a>
|
|
|
|
<a>forks</a>
|
2016-09-11 11:00:49 +00:00
|
|
|
</p>
|
2016-10-30 23:35:30 +00:00
|
|
|
<a class="panel-block is-active">
|
2016-09-11 11:00:49 +00:00
|
|
|
<span class="panel-icon">
|
|
|
|
<i class="fa fa-book"></i>
|
|
|
|
</span>
|
|
|
|
bulma
|
|
|
|
</a>
|
2016-10-30 23:35:30 +00:00
|
|
|
<a class="panel-block">
|
2016-09-11 11:00:49 +00:00
|
|
|
<span class="panel-icon">
|
|
|
|
<i class="fa fa-book"></i>
|
|
|
|
</span>
|
|
|
|
marksheet
|
|
|
|
</a>
|
2016-10-30 23:35:30 +00:00
|
|
|
<a class="panel-block">
|
2016-09-11 11:00:49 +00:00
|
|
|
<span class="panel-icon">
|
2016-10-30 23:35:30 +00:00
|
|
|
<i class="fa fa-book"></i>
|
2016-09-11 11:00:49 +00:00
|
|
|
</span>
|
2016-10-30 23:35:30 +00:00
|
|
|
minireset.css
|
2016-09-11 11:00:49 +00:00
|
|
|
</a>
|
2016-10-30 23:35:30 +00:00
|
|
|
<a class="panel-block">
|
2016-09-11 11:00:49 +00:00
|
|
|
<span class="panel-icon">
|
|
|
|
<i class="fa fa-book"></i>
|
|
|
|
</span>
|
|
|
|
jgthms.github.io
|
|
|
|
</a>
|
2016-10-30 23:35:30 +00:00
|
|
|
<a class="panel-block">
|
2016-09-11 11:00:49 +00:00
|
|
|
<span class="panel-icon">
|
|
|
|
<i class="fa fa-code-fork"></i>
|
|
|
|
</span>
|
2017-07-28 22:27:59 +00:00
|
|
|
daniellowtw/infboard
|
2016-09-11 11:00:49 +00:00
|
|
|
</a>
|
2016-10-30 23:35:30 +00:00
|
|
|
<a class="panel-block">
|
2016-09-11 11:00:49 +00:00
|
|
|
<span class="panel-icon">
|
2016-10-30 23:35:30 +00:00
|
|
|
<i class="fa fa-code-fork"></i>
|
2016-09-11 11:00:49 +00:00
|
|
|
</span>
|
2016-10-30 23:35:30 +00:00
|
|
|
mojs
|
2016-09-11 11:00:49 +00:00
|
|
|
</a>
|
2016-09-14 14:01:08 +00:00
|
|
|
<label class="panel-block">
|
2016-09-11 11:00:49 +00:00
|
|
|
<input type="checkbox">
|
2017-07-28 22:27:59 +00:00
|
|
|
remember me
|
2016-09-11 11:00:49 +00:00
|
|
|
</label>
|
|
|
|
<div class="panel-block">
|
2017-10-09 17:13:02 +00:00
|
|
|
<button class="button is-link is-outlined is-fullwidth">
|
2017-07-28 22:27:59 +00:00
|
|
|
reset all filters
|
2016-09-11 11:00:49 +00:00
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</nav>
|
2016-10-30 23:35:30 +00:00
|
|
|
{% endcapture %}
|
2017-07-28 22:27:59 +00:00
|
|
|
|
|
|
|
{% include subnav-components.html %}
|
|
|
|
|
|
|
|
<section class="section">
|
|
|
|
<div class="container">
|
|
|
|
<h1 class="title">Panel</h1>
|
|
|
|
<h2 class="subtitle">A composable <strong>panel</strong>, for compact controls</h2>
|
|
|
|
{%
|
|
|
|
include meta.html
|
|
|
|
colors=false
|
|
|
|
sizes=false
|
|
|
|
variables=true
|
|
|
|
%}
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
<div class="content">
|
|
|
|
<p>
|
|
|
|
The <code>panel</code> is container for several types:
|
|
|
|
</p>
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
<code>panel-heading</code> as the first child
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<code>panel-tabs</code> for navigation
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<code>panel-block</code> which can contain other elements, like:
|
|
|
|
<ul>
|
|
|
|
<li><code>control</code></li>
|
|
|
|
<li><code>input</code></li>
|
|
|
|
<li><code>button</code></li>
|
|
|
|
<li><code>panel-icon</code></li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
<p>
|
|
|
|
The <code>panel-block</code> can be an anchor tag <code><a></code> or a label <code><label></code> with a checkbox inside.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
|
2017-08-30 20:33:49 +00:00
|
|
|
{% include snippet.html content=panel_example size="one-third" %}
|
2016-10-30 23:35:30 +00:00
|
|
|
|
2017-10-17 09:28:59 +00:00
|
|
|
{% include variables.html type='component' %}
|
2017-07-28 22:27:59 +00:00
|
|
|
|
2016-09-11 11:00:49 +00:00
|
|
|
</div>
|
|
|
|
</section>
|