Offcanvas
Live demo New
Use the buttons below to show and hide an offcanvas element via JavaScript that toggles the .show
class on an element with the .offcanvas
class.
Offcanvas
Placement New
There’s no default placement for offcanvas components, so you must add one of the modifier classes
.offcanvas-start
.offcanvas-end
.offcanvas-top
.offcanvas-bottom
Offcanvas top
Offcanvas right
Offcanvas bottom
Backdrop New
Scrolling the <body>
element is disabled when an offcanvas and its backdrop are visible. Use the data-bs-scroll
attribute to toggle <body>
scrolling and
data-bs-backdrop
to toggle the backdrop.
Colored with scrolling
Try scrolling the rest of the page to see this option in action.
Offcanvas with backdrop
.....
Backdroped with scrolling
Try scrolling the rest of the page to see this option in action.