mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 03:14:30 -07:00
Component links
This commit is contained in:
@@ -1,8 +1,18 @@
|
||||
---
|
||||
title: Menu
|
||||
subtitle: "A simple <strong>menu</strong>, for any type of vertical navigation"
|
||||
layout: documentation
|
||||
doc-tab: components
|
||||
doc-subtab: menu
|
||||
breadcrumb:
|
||||
- home
|
||||
- documentation
|
||||
- components
|
||||
- components-menu
|
||||
meta:
|
||||
- colors: false
|
||||
- sizes: false
|
||||
- variables: true
|
||||
---
|
||||
|
||||
{% capture menu_example %}
|
||||
@@ -42,24 +52,6 @@ doc-subtab: menu
|
||||
</aside>
|
||||
{% endcapture %}
|
||||
|
||||
{% include subnav/subnav-components.html %}
|
||||
{% include snippet.html content=menu_example size="one-third" %}
|
||||
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1 class="title">Menu</h1>
|
||||
<h2 class="subtitle">A simple <strong>menu</strong>, for any type of vertical navigation</h2>
|
||||
{%
|
||||
include meta.html
|
||||
colors=false
|
||||
sizes=false
|
||||
variables=true
|
||||
%}
|
||||
|
||||
<hr>
|
||||
|
||||
{% include snippet.html content=menu_example size="one-third" %}
|
||||
|
||||
{% include variables.html type='component' %}
|
||||
|
||||
</div>
|
||||
</section>
|
||||
{% include variables.html type='component' %}
|
||||
|
||||
Reference in New Issue
Block a user