Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 752 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 752 Bytes

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>