mirror of
https://github.com/tabler/tabler.git
synced 2026-07-28 14:04:38 +04:00
11 lines
397 B
HTML
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>
|