Skip to content

Display progress through a sequence by breaking it up into multiple logical and numbered steps.

Notifications You must be signed in to change notification settings

Zecat/paper-stepper

Repository files navigation

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>

About

Display progress through a sequence by breaking it up into multiple logical and numbered steps.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages