Skip to content

mjzorick/slide-page

 
 

Repository files navigation

slide-page

Element providing solution to build one page slide base on polymer.

Getting Started

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.

About

easy one page slide base on polymer

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 100.0%