BS5 Offcanvas
Bootstrap 5 Offcanvas
Offcanvas is comparable to modals, which are often hidden and displayed when activated. However, offcanvas is frequently utilized as a sidebar navigation menu.
==== button mukavu ====
How To Create an Offcanvas Sidebar
An example of how to make an offcanvas sidebar is provided below:
Example
Heading
Some text lorem ipsum.
Some text lorem ipsum.
Example Explained
The offcanvas sidebar is created by the .offcanvas class.
The offcanvas is positioned and made 400 pixels wide by the .offcanvas-start class. For further positioning classes, view the examples below.
Line-height and margin alignment are guaranteed by the .offcanvas-title class.
After that, fill the .offcanvas-body class with your content.
You need to utilize a <button> or <a> element that points to the id of the .offcanvas container (#demo in our example) in order to open the offcanvas sidebar.
Instead of using the data-bs-target attribute, you can use the href attribute to point to #demo in order to open the offcanvas sidebar using a <a> element.
Offcanvas Position
==== button mukavu ====
To move the offcanvas to the left, right, top, or bottom, use the .offcanvas-start|end|top|bottom:
Right Example
==== button mukavu ====
Top Example
==== button mukavu ====
Bottom Example
==== button mukavu ====
Responsive OffCanvas Menu
Additionally, you can use the to choose when to reveal or conceal the offcanvas menu on various screen sizes.classes: offcanvas-sm|md|lg|xl|xxl
Example
Dark OffCanvas Menu
To make a dark offcanvas menu, use the .text-bg-dark class.
Tip: Additionally, the .btn-close-white class has been added to .btn-close in order to provide a white close button that complements the dark background nicely:
Example
==== button mukavu ====
CodingAsk.com is designed for learning and practice. Examples may be made simpler to aid understanding. Tutorials, references, and examples are regularly checked for mistakes, but we cannot guarantee complete accuracy. By using CodingAsk.com, you agree to our terms of use, cookie, and privacy policy.
Copyright 2010-2024 by Refsnes Data. All Rights Reserved.