1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-28 14:04:38 +04:00
Files
tabler/pages/_includes/parts/input-file.html
T
2019-09-25 20:55:11 +02:00

11 lines
397 B
HTML

<div class="mb-3">
<div class="form-label">{{ include.label | default: 'Custom File Input' }}</div>
<div class="form-file">
<input type="file" class="form-file-input" id="customFile">
<label class="form-file-label" for="customFile">
<span class="form-file-text">Choose file...</span>
<span class="form-file-button">Browse</span>
</label>
</div>
</div>