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

@@ -125,6 +125,12 @@ doc-subtab: textarea
<h2 class="subtitle">
The multiline <strong>textarea</strong> and its variations
</h2>
{%
include meta.html
colors=true
sizes=true
variables=false
%}
<hr>
@@ -165,9 +171,7 @@ doc-subtab: textarea
</div>
</div>
<hr>
<h3 id="input-color" class="title">Colors</h3>
{% include heading.html name="Colors" %}
<div class="columns">
<div class="column is-half">
@@ -178,8 +182,8 @@ doc-subtab: textarea
</div>
</div>
<hr>
<h3 id="input-size" class="title">Sizes</h3>
{% include heading.html name="Sizes" %}
<div class="columns">
<div class="column is-half">
{{sizes_example}}