Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Jul 2, 2014
1 parent 96e26e1 commit b495269
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions core-drawer-panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
<div drawer> Drawer panel... </div>
<div main> Main panel... </div>
</core-drawer-panel>
To position the drawer to the right, add `right-drawer` to the class list.
<core-drawer-panel class="right-drawer">
<div drawer> Drawer panel... </div>
<div main> Main panel... </div>
</core-drawer-panel>
@group Polymer Core Elements
@element core-drawer-panel
Expand Down

0 comments on commit b495269

Please sign in to comment.