-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
89e5b39
commit b216789
Showing
3 changed files
with
28 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1012,6 +1012,31 @@ <h6>Button danger <code>.btn .btn-danger</code></h6> | |
</div> | ||
</div> | ||
</div> | ||
<div class="mb-5"> | ||
<h6>Button warning <code>.btn .btn-warning</code></h6> | ||
<div class="row"> | ||
<div class="col-12 col-md-3 mb-3"> | ||
<button type="button" class="btn btn-block btn-ico btn-warning"> | ||
<i class="ri-eye-2-line ri-lg fw-normal" aria-hidden="true"></i> | ||
<span>default</span> | ||
</button> | ||
</div> | ||
<div class="col-12 col-md-3 mb-3"> | ||
<button type="button" class="btn btn-block btn-ico btn-warning hover focus"> | ||
<span>:hover / focus </span> | ||
<i class="ri-eye-2-line ri-lg fw-normal" aria-hidden="true"></i> | ||
</button> | ||
</div> | ||
<div class="col-12 col-md-3 mb-3"> | ||
<button type="button" class="btn btn-ico-only btn-warning" aria-label="ici le label A11Y du bouton"> | ||
<i class="ri-eye-2-line ri-lg fw-normal" aria-hidden="true"></i> | ||
</button> | ||
</div> | ||
<div class="col-12 col-md-3 mb-3"> | ||
<button type="button" class="btn btn-block btn-warning" disabled>disabled</button> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="mb-5"> | ||
<h6>Button success <code>.btn .btn-success</code></h6> | ||
<div class="row"> | ||
|
@@ -1162,12 +1187,6 @@ <h6>Button dropdown filter<code>.btn .btn-dropdown-filter</code></h6> | |
<i class="ri-file-copy-line"></i> | ||
</button> | ||
</div> | ||
<div class="col-12"> | ||
<script src="https://unpkg.com/[email protected]"></script> | ||
<div> | ||
<button hx-post="/components.html" hx-swap="outerHTML">Htmx Click Me!</button> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.