javascript - How to add a side-navigation in polymer -


i want add side navigation side:

https://www.google.com/design/spec/material-design/introduction.html

there should menu button , sidenav opens:

enter image description here

but cant find method in polymer. possibility paper-drawer-panel opend time...

my working paper-drawer-panel example: https://www.sese7.de/polymer/


has idea how polymer or maybe https://customelements.io/

thanks in advance ;)

try setting forcenarrow attribute true.

below documentation paper-drawer-panel api docs: https://elements.polymer-project.org/elements/paper-drawer-panel

forcenarrow

boolean

default: false

if true, ignore responsivewidth setting , force narrow layout.


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -