0.7.0 • Published 4 years ago

ud-stepper v0.7.0

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

\<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.