mirror of
https://github.com/tabler/tabler.git
synced 2025-12-24 02:38:15 +04:00
7 lines
340 B
HTML
7 lines
340 B
HTML
<div class="mb-3">
|
|
<label class="form-label">Input sizing</label>
|
|
<input class="form-control form-control-lg mb-2" type="text" placeholder=".form-control-lg">
|
|
<input class="form-control mb-2" type="text" placeholder="Default input">
|
|
<input class="form-control form-control-sm" type="text" placeholder=".form-control-sm">
|
|
</div>
|