1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-28 22:14:39 +04:00
Files
tabler/pages/_includes/ui/form/input-file.html
T
2020-01-29 22:22:44 +01:00

7 lines
251 B
HTML

<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>