@extends('layouts.vertical', ['pageTitle' => 'Side Panels','extraClass' => 'd-flex']) @section('css') @endsection @section('page-title') @include('layouts.partials/app-pagetitle', ['pageTitle'=> 'Side Panels', 'pageSubTitle1' => 'Design', 'pageSubTitle2'=> 'UI Components', 'pageSubText' => 'These side panels slide out on mobile viewports and can be toggled using a button in slide in/out mode.'])
Tip: Control the width of the side panel by setting the --sidepanel-width
variable in the _sidepanels.scss file, or by using the
style="--sidepanel-width: 20rem;" attribute on the
.slide-on-mobile element.
These side panels slide out on mobile viewports and can be toggled using a
button in "slide in/out" mode.
To enable this functionality, apply the .slide-on-mobile class
along with .slide-on-mobile-{left,right} to the panels.
When activated, the .slide-on-mobile-{left,right}-show class is
toggled to reveal the panel.
A backdrop is automatically inserted right after the closing tag of the
.slide-on-mobile container. Typically, this slide
panel is paired with .layout-trimmed and .set-nav-minified
for a clean and streamlined appearance.