@@include('partials/main.html') @@include("partials/title-meta.html", {"title": "Dashboard"}) @@include('partials/head-css.html')
@@include('partials/sidenav.html')
@@include("partials/page-title.html", {"subtitle":"Components","title":"Modal"})
Example

The default form of a offcanvas dialog with slide start animation.

Placement

Try the top, right, and bottom examples out below.

Backdrop

Use the [--body-scroll:true] attribute to toggle body scrolling and [--overlay-backdrop:false] to toggle the backdrop.

@@include('partials/footer.html')
@@include('partials/footer-scripts.html')