Skip to content

BottomDrawer

Panoramax.components.layout.BottomDrawer ⇐ lit.LitElement

Kind: static class of Panoramax.components.layout
Extends: lit.LitElement
Element: pnx-bottom-drawer
Slot: default The drawer content

new BottomDrawer()

BottomDrawer layout offers a mobile-like drawer menu, coming from bottom of the screen.

Example

<pnx-bottom-drawer openness="opened">
  <p>My drawer content</p>
</pnx-bottom-drawer>

bottomDrawer.properties : Object

Component properties.

Kind: instance property of BottomDrawer
Properties

Name Type Default Description
[openness] string "half-opened" How much the drawer should be opened (closed, half-opened, opened)