1
0
mirror of https://github.com/tabler/tabler.git synced 2026-06-17 21:00:15 +04:00
Files
tabler/_docs/form-components.md
T
2018-02-21 16:42:22 +01:00

529 B

title
title
Form components

{:toc}

Color input

{% example html %} {% include parts/input-color.html %} {% endexample %}

Image input

{% example html %} {% include parts/input-image.html row-class="col-sm-2" limit=6 %} {% endexample %}

Icon input

{% example html %} {% include parts/input-icon.html %} {% endexample %}

Toggle switches

{% example html %} {% include parts/input-toggle.html %} {% endexample %}

Form fieldset

{% example html %} {% include parts/form-fieldset.html %} {% endexample %}