Offcanvas components
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
hides content (default).offcanvas.show
shows content
Offcanvas
Some text as placeholder. In real life you can have the elements you have chosen. Like,
text, images, lists, etc.
Offcanvas Link Or Dropdown
Scrolling the element is disabled when an offcanvas and its backdrop are visible. Use the data-bs-scroll attribute to toggle 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
Try scrolling the rest of the page to see this option in action.
Backdroped with scrolling
Try scrolling the rest of the page to see this option in action.
Offcanvas Placement
There’s no default placement for offcanvas components, so you must add one of the modifier classes below;
.offcanvas-start
places offcanvas on the left of the viewport (shown above).offcanvas.end
places offcanvas on the right of the viewport.offcanvas.top
places offcanvas on the top of the viewport.offcanvas.bottom
places offcanvas on the bottom of the viewport
Offcanvas top
Try scrolling the rest of the page to see this option in action.
Offcanvas end
Try scrolling the rest of the page to see this option in action.
Offcanvas bottom
Try scrolling the rest of the page to see this option in action.
Offcanvas statrt
Try scrolling the rest of the page to see this option in action.