Drawer Layout

Usage

<template> <fmv-drawer-layout align="start" responsive-width="992px" push> <div slot="drawer"> // drawer content </div> // page content </fmv-drawer-layout> </template> <script> import { FmvDrawerLayout } from 'fmv-layout' export default { components: { FmvDrawerLayout } } </script>

<fmv-drawer-layout> Reference

<fmv-drawer-layout> Properties

Property
Type
Default Value
pushBooleantrue
fullbleedBoolean
has-scrolling-regionBoolean
responsive-widthString992px
content-classString or Array or Object
content-idString
drawer-idStringdefault-drawer
drawer-alignStringstart
drawer-persistentBooleanfalse
drawer-openedBooleanfalse
drawer-classesString
drawer-content-classString

<fmv-drawer-layout> Slots

Slot
Description
defaultThe page content.
drawerPlace the sidebar or other content into the drawer.