mirror of
https://github.com/tabler/tabler.git
synced 2025-12-26 11:16:12 +04:00
25 lines
1.1 KiB
HTML
25 lines
1.1 KiB
HTML
<div class="card">
|
|
<div class="card-header">
|
|
<h3 class="card-title">Buttons</h3>
|
|
</div>
|
|
<div class="card-body">
|
|
<p>
|
|
<button type="button" class="btn btn-primary">Primary</button>
|
|
<button type="button" class="btn btn-secondary">Default</button>
|
|
<button type="button" class="btn btn-secondary">Secondary</button>
|
|
<button type="button" class="btn btn-success">Success</button>
|
|
<button type="button" class="btn btn-info">Info</button>
|
|
<button type="button" class="btn btn-warning">Warning</button>
|
|
<button type="button" class="btn btn-danger">Danger</button>
|
|
</p>
|
|
<p>
|
|
<button type="button" class="btn btn-outline-primary">Primary</button>
|
|
<button type="button" class="btn btn-outline-default">Default</button>
|
|
<button type="button" class="btn btn-outline-secondary">Secondary</button>
|
|
<button type="button" class="btn btn-outline-success">Success</button>
|
|
<button type="button" class="btn btn-outline-info">Info</button>
|
|
<button type="button" class="btn btn-outline-warning">Warning</button>
|
|
<button type="button" class="btn btn-outline-danger">Danger</button>
|
|
</p>
|
|
</div>
|
|
</div> |