Add meta to form

This commit is contained in:
Jeremy Thomas
2017-07-29 15:54:51 +01:00
parent 78f297c5fb
commit 63d4fb79b6
5 changed files with 72 additions and 15 deletions

View File

@@ -269,6 +269,12 @@ doc-subtab: select
<h2 class="subtitle">
The browser built-in <strong>select dropdown</strong>, styled accordingly
</h2>
{%
include meta.html
colors=true
sizes=true
variables=false
%}
<hr>
@@ -314,9 +320,7 @@ doc-subtab: select
</div>
{% endif %}
<hr>
<h3 id="select-color" class="title">Colors</h3>
{% include heading.html name="Colors" %}
<div class="columns">
<div class="column is-half">
@@ -327,8 +331,8 @@ doc-subtab: select
</div>
</div>
<hr>
<h3 id="select-size" class="title">Sizes</h3>
{% include heading.html name="Sizes" %}
<div class="columns">
<div class="column is-half">
{{sizes_example}}