Skip to content

Latest commit

 

History

History
executable file
·
19 lines (14 loc) · 462 Bytes

README.md

File metadata and controls

executable file
·
19 lines (14 loc) · 462 Bytes

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.