BS5 components
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user