Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/unbug/slide-page
- Owner: unbug
- Created: 2014-09-11T07:41:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-31T02:09:14.000Z (about 10 years ago)
- Last Synced: 2024-10-08T19:48:14.426Z (3 months ago)
- Language: CSS
- Size: 3.43 MB
- Stars: 21
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).