base tabler
This commit is contained in:
parent
ac2cfa9fe1
commit
0f84beacf1
1432 changed files with 28760 additions and 1 deletions
11
liquid/includes/forms/form-elements-3.html
Normal file
11
liquid/includes/forms/form-elements-3.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{% include "parts/form/input-image.html" %}
|
||||
{% include "parts/form/input-image-radio.html" offset=10 %}
|
||||
{% include "parts/form/input-color.html" type="checkbox" label="Color Input Check" %}
|
||||
{% include "parts/form/input-color.html" name="color-rounded" rounded=true label="Color Input Radio" %}
|
||||
{% 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" %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue