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

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.

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

```