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

Commit

Permalink
add doc for using fit to fit to the main area
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Aug 4, 2014
1 parent dbf96fe commit c3f8a2b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions core-scaffold.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@
Use `mode` to control the header and scrolling behavior of `core-header-panel`
and `responsiveWidth` to change the layout of the scaffold.
To have the content fits to the main area, use `fit` attribute.
<core-scaffold>
<core-header-panel navigation flex mode="seamed">
....
</core-header-panel>
<div tool>Title</div>
<div fit>Content fits to the main area</div>
</core-scaffold>
@group Polymer Core Elements
@element core-scaffold
@homepage github.io
Expand Down

0 comments on commit c3f8a2b

Please sign in to comment.