Offcanvas
Learn how to implement offcanvas using Bootstrap.
Offcanvas is a sidebar component that can be toggled on or off using a simple button. It’s commonly used as a hidden menu for all the sections on a website. Let's check out an example.
Let's break down the offcanvas component.
The offcanvas component consists of .offcanvas
and .offcanvas-*
classes. The *
refers to the placement on ...