Zecat / paper-stepper

Display progress through a sequence by breaking it up into multiple logical and numbered steps.
78 stars 20 forks source link

paper-stepper

Paper-stepper is an element made with Polymer to easily create a stepper with respect to the material specification.

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

installation

bower install -S Zecat/paper-stepper#v2.0-beta.5

Basic use

<paper-stepper>
    <paper-step label="step 1"> content step 1 </paper-step>
    <paper-step label="step 2"> content step 2 </paper-step>
    <paper-step label="step 3"> content step 3 </paper-step>
</paper-stepper>