mirror of
https://github.com/tabler/tabler.git
synced 2025-12-26 19:26:10 +04:00
14 lines
429 B
HTML
14 lines
429 B
HTML
{% include parts/input-image.html %}
|
|
{% include parts/input-color.html %}
|
|
{% include parts/input-colorpicker.html %}
|
|
|
|
|
|
<div class="mb-3">
|
|
<label class="form-label">Validation States</label>
|
|
<input type="text" class="form-control is-valid mb-3" placeholder="Valid State..">
|
|
<input type="text" class="form-control is-invalid" placeholder="Invalid State..">
|
|
<div class="invalid-feedback">Invalid feedback</div>
|
|
</div>
|
|
|
|
|