Skip to content

Latest commit

 

History

History
65 lines (54 loc) · 1.5 KB

README.md

File metadata and controls

65 lines (54 loc) · 1.5 KB

<ud-stepper>

Material Design: Steppers

<ud-stepper linear>
    <ud-step title="Step 1">
      <div slot="content">Step 1 Content</div>
    </ud-step>
    <ud-step title="Step 2 with long title">
      <div slot="content">Step 2 Content</div>
    </ud-step>
    <ud-step title="Step 3">
      <div slot="content">Step 3 Content</div>
    </ud-step>
</ud-stepper>

Install the Polymer-CLI

First, make sure you have the Polymer CLI installed. Then run polymer serve to serve your element locally.

Viewing Your Element

$ polymer serve

Running Tests

$ polymer test

Your application is already set up to be tested via web-component-tester. Run polymer test to run your application's test suite locally.

Acknowledgment

This project is inspired by MDL-Stepper.