Element providing solution to build one page slide base on polymer.
Install with bower install slide-page --save
Then just import
slide-page.html
and put some <section>
elements as pages in it:
<slide-page>
<section>page-1</section>
<section>page-2</section>
<section>page-3</section>
</slide-page>
Please clone the repo to see the demo page.