https://github.com/unbug/slide-page
easy one page slide base on polymer
https://github.com/unbug/slide-page
Last synced: about 1 year 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 (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-31T02:09:14.000Z (over 11 years ago)
- Last Synced: 2025-04-08T17:52:26.753Z (about 1 year ago)
- Language: CSS
- Size: 3.43 MB
- Stars: 21
- Watchers: 3
- 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/).