responsive design - What is the polymer elements used in first page of the polymer-project 1.0? -


i build page similar behavior first page of polymer-project 1.0.

https://www.polymer-project.org/1.0/

it resposive!

enter image description here enter image description here enter image description here

i using

<paper-header-panel> , <paper-toolbar> 

, did not find behavior.

i not want left drawer, it´s suggested in polymer started kit.

how behavior (first page of polymer project) polymer elements?

thanks!

they using media queries in code show , hide toolbars.

see in https://www.polymer-project.org/css/homepage.css

@media screen , (max-width: 850px) {     #dropdown-toggle {         display:inline-block     }     ... 

Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -