Offcanvas
React Bootstrap Offcanvas - free examples, templates & tutorial
Responsive React Offcanvas sidebar built with Bootstrap 5. Examples include offcanvas width customization, double offcanvas example, left and right hidden menu & more
If you need a more advanced Offcanvas and more options, see our main SideNav documentation. This component is sometimes also referred to as Sidebar or Drawer navigation.
Basic example
Via our sidenav component, you can easily create custom offcanvas component.
Offcanvas
Placement Right
Place the navigation on the other side by setting the
right
property to true
.
Backdrop
Scrolling the <body>
element is avaible when an offcanvas and its backdrop
are visible. Use the useEffect
hook to toggle
<body>
scrolling and backdrop
props to toggle the backdrop.
Colored with scrolling
Try scrolling the rest of the page to see this option in action.
Offcanvas with backdrop
.....
Backdrop with scrolling
Try scrolling the rest of the page to see this option in action.