mirror of
https://github.com/tabler/tabler.git
synced 2025-12-26 11:16:12 +04:00
17 lines
618 B
HTML
17 lines
618 B
HTML
{% include parts/input-datalist.html %}
|
|
{% include parts/input-range.html %}
|
|
|
|
<div class="mb-3">
|
|
<label class="form-label">Progress</label>
|
|
{% include ui/progress.html class="mb-2" %}
|
|
{% include ui/progress.html indeterminate=true color="green" %}
|
|
</div>
|
|
|
|
|
|
<div class="mb-3">
|
|
<label class="form-label">Form buttons</label>
|
|
<div class="btn-list">
|
|
{% include ui/button.html color="secondary" block=true icon="brand/github" icon-color="github" text="Login with Github" %}
|
|
{% include ui/button.html color="secondary" block=true icon="brand/twitter" icon-color="twitter" text="Login with Twitter" %}
|
|
</div>
|
|
</div> |