BS5 components

pull/5312/head
LEWE, GEORGE 2023-08-31 11:44:31 +02:00
parent 995e143c2d
commit 4aee32f551
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>