mirror of
https://github.com/tabler/tabler.git
synced 2025-12-25 03:08:14 +04:00
5 lines
153 B
HTML
5 lines
153 B
HTML
<div class="mb-3">
|
|
<div class="form-label">{{ include.label | default: 'Custom File Input' }}</div>
|
|
{% include "ui/form/input-file.html" %}
|
|
</div>
|