mirror of https://github.com/ColorlibHQ/AdminLTE
BS5 components
parent
995e143c2d
commit
4aee32f551
|
@ -252,7 +252,7 @@ const htmlPath = convertPathToHtml(path);
|
|||
</li>
|
||||
<li class:list={["nav-item", mainPage === "bscomponents" && "menu-open"]}>
|
||||
<a href="#" class:list={["nav-link", mainPage === "bscomponents" && "active"]}>
|
||||
<i class="nav-icon bi bi-pencil-square"></i>
|
||||
<i class="nav-icon bi bi-ui-checks-grid"></i>
|
||||
<p>Components<i class="nav-arrow bi bi-chevron-right"></i>
|
||||
</p>
|
||||
</a>
|
||||
|
|
|
@ -338,7 +338,7 @@ const pageTitle = "General Components";
|
|||
<a class="btn btn-primary" data-bs-toggle="collapse" href="#collapseExample" role="button" aria-expanded="false" aria-controls="collapseExample">
|
||||
Link with href
|
||||
</a>
|
||||
<button class="btn btn-primary" type="button" data-bs-toggle="collapse" data-bs-target="#collapseExample" aria-expanded="false" aria-controls="collapseExample">
|
||||
<button class="btn btn-success" type="button" data-bs-toggle="collapse" data-bs-target="#collapseExample" aria-expanded="false" aria-controls="collapseExample">
|
||||
Button with data-bs-target
|
||||
</button>
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue