mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
11 lines
476 B
HTML
11 lines
476 B
HTML
{% include "parts/form/input-image.html" %}
|
|
{% include "parts/form/input-image-radio.html" offset=10 %}
|
|
{% include "parts/form/input-color.html" %}
|
|
{% include "parts/form/input-color.html" name="color-rounded" rounded=true %}
|
|
{% include "parts/form/input-colorpicker.html" %}
|
|
|
|
{% include "parts/form/validation-states.html" %}
|
|
{% include "parts/form/validation-states.html" lite=true %}
|
|
|
|
<label class="form-label">Form fieldset</label>
|
|
{% include "parts/form/fieldset.html" %} |