https://github.com/zecat/paper-stepper
Display progress through a sequence by breaking it up into multiple logical and numbered steps.
https://github.com/zecat/paper-stepper
Last synced: 2 months ago
JSON representation
Display progress through a sequence by breaking it up into multiple logical and numbered steps.
- Host: GitHub
- URL: https://github.com/zecat/paper-stepper
- Owner: Zecat
- Created: 2015-11-11T07:55:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-29T09:03:57.000Z (almost 9 years ago)
- Last Synced: 2025-02-11T21:38:14.248Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 8.78 MB
- Stars: 78
- Watchers: 7
- Forks: 20
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# paper-stepper
Paper-stepper is an element made with [Polymer](polymer-project.org/1.0/) to easily create a stepper with respect to the [material specification](https://www.google.com/design/spec/components/steppers.html).
> Steppers display progress through a sequence by breaking it up into multiple logical and numbered steps. They may also be used for navigation.
## demo & doc
See [component page](http://zecat.github.io/paper-stepper)
## installation
`bower install -S Zecat/paper-stepper#v2.0-beta.5`
## Basic use
```html
content step 1
content step 2
content step 3
```