@extends('layouts.master') @section('title') @lang('translation.Offcanvas') @endsection @section('content') @component('common-components.breadcrumb') @slot('pagetitle') UI Elements @endslot @slot('title') Offcanvas @endslot @endcomponent
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 Diffrent Placement Example: Left, Right & Bottom
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.
Try scrolling the rest of the page to see this option in action.
.....
Try scrolling the rest of the page to see this option in action.