Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/unbug/slide-page

easy one page slide base on polymer
https://github.com/unbug/slide-page

Last synced: 2 months ago
JSON representation

easy one page slide base on polymer

Awesome Lists containing this project

README

        

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 `` elements as pages in it:

```html

page-1
page-2
page-3

```

Please clone the repo to see the [demo page](http://unbug.github.io/slide-page/).