Yes possible to have silder on left and right hand side.

<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <title>Leipzig-Memory</title>
    <script src="bower_components/webcomponentsjs/webcomponents-lite.min.js"
></script>
    
    <link rel="import" href=
"bower_components/iron-flex-layout/classes/iron-flex-layout.html">
    
    <link rel="import" href=
"bower_components/paper-drawer-panel/paper-drawer-panel.html">
    <link rel="import" href=
"bower_components/paper-header-panel/paper-header-panel.html">
    <link rel="import" href=
"bower_components/paper-toolbar/paper-toolbar.html">
  </head>
  <style>body {font-family: sans-serif;} paper-toolbar {border: #fff solid 
1px}</style>
  <body class="fullbleed layout vertical">
    <paper-drawer-panel>
      <paper-header-panel drawer>
        <paper-toolbar class="tall"></paper-toolbar>
        <div>content left drawer</div>
      </paper-header-panel>
      <paper-drawer-panel main right-drawer>
        <paper-header-panel drawer>
          <paper-toolbar class="tall">
          </paper-toolbar>
          <div main>
            content right drawer
          </div>
        </paper-header-panel>
        <paper-header-panel main>
          <paper-toolbar>
            <div>double drawer example</div>
          </paper-toolbar>
          <div>
            Content
          </div>
        </paper-header-panel>
      </paper-drawer-panel>
    </paper-drawer-panel>
  </body>
</html>

Hide a drawer with force-narrow.

A site I am playing with (buggy, I know, not 
production): http://www.damawi.de/. After you hit search, you get to a site 
and can open a filter on the right hand side with the fab and still have 
the menu on the left hand side.

On Wednesday, June 22, 2016 at 4:17:02 AM UTC+2, Anton Fliege wrote:
>
> Hello,
>
> i need a second paper drawer on the right side.
> Is this possible with polymer 1 and the paper-drawer element?
> have anyone a code sample for me?
>
>
> thanks for your help!
>
>
>

Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/aee99535-055a-4ecf-b402-178385c7a13e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to