A simple <strong>breadcrumb</strong> component to improve your navigation experience
</h2>
</div>
<divclass="column is-narrow">
<pclass="content">
<spanclass="tag is-success">New!</span>
<spanclass="tag is-info">0.5.0</span>
</p>
</div>
</div>
<hr>
<divclass="content">
<p>The <strong>breadcrumb</strong> component only requires a <code>.breadcrumb</code> container and a <code>ul</code> list.</p>
<p>The dividers are automatically created in the content of the <code>::before</code> pseudo-element of <code>li</code> tags.</p>
<p>You can inform the current page using the <code>is-active</code> modifier in a <code>li</code> tag. It will disable the navigation of inner links.</p>
</div>
<hr>
<divclass="example">
{{breadcrumb_example}}
</div>
{% highlight html %}{{breadcrumb_example}}{% endhighlight %}
<hr>
<h3class="title">Alignment</h3>
<divclass="content">
<p>For alternative alignments, use the <code>is-centered</code> and <code>is-right</code> modifiers on the <code>.breadcrumb</code> container.</p>
</div>
<divclass="example">
{{breadcrumb_centered_example}}
</div>
{% highlight html %}{{breadcrumb_centered_example}}{% endhighlight %}
<divclass="example">
{{breadcrumb_right_example}}
</div>
{% highlight html %}{{breadcrumb_right_example}}{% endhighlight %}
{% highlight html %}{{breadcrumb_large_example}}{% endhighlight %}
<hr>
<h3class="title">Alternative separators</h3>
<divclass="content">
<p>You can choose between <strong>4 additional separators</strong>: <code>has-arrow-separator</code><code>has-bullet-separator</code><code>has-dot-separator</code> and <code>has-succeeds-separator</code>.</p>
</div>
<divclass="example">
{{breadcrumb_arrow_example}}
</div>
{% highlight html %}{{breadcrumb_arrow_example}}{% endhighlight %}
<divclass="example">
{{breadcrumb_bullet_example}}
</div>
{% highlight html %}{{breadcrumb_bullet_example}}{% endhighlight %}
<divclass="example">
{{breadcrumb_dot_example}}
</div>
{% highlight html %}{{breadcrumb_dot_example}}{% endhighlight %}
<divclass="example">
{{breadcrumb_succeeds_example}}
</div>
{% highlight html %}{{breadcrumb_succeeds_example}}{% endhighlight %}