Add checkbox and radio

This commit is contained in:
Jeremy Thomas
2017-07-17 19:41:58 +01:00
parent fcca456bac
commit 15ac353b38
5 changed files with 189 additions and 6 deletions

View File

@@ -13,9 +13,6 @@
<a class="navbar-item is-tab {% if page.doc-subtab == 'delete' %}is-active{% endif %}" href="{{ site.url }}/documentation/elements/delete/">
Delete
</a>
<a class="navbar-item is-tab {% if page.doc-subtab == 'form' %}is-active{% endif %}" href="{{ site.url }}/documentation/elements/form/">
Form
</a>
<a class="navbar-item is-tab {% if page.doc-subtab == 'icon' %}is-active{% endif %}" href="{{ site.url }}/documentation/elements/icon/">
Icon
</a>