All Projects → unbug → Slide Page

unbug / Slide Page

easy one page slide base on polymer

Labels

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].