Skip to content

FabianWilms/ud-stepper

This branch is 50 commits behind urdeveloper/ud-stepper:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fb59c86 · May 16, 2018

History

28 Commits
Nov 3, 2017
Nov 5, 2017
Nov 2, 2017
Nov 2, 2017
Nov 2, 2017
Dec 2, 2017
Mar 23, 2018
May 16, 2018
Mar 22, 2018
May 16, 2018
Nov 2, 2017
Nov 3, 2017
Mar 23, 2018
May 16, 2018

Repository files navigation

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

Packages

No packages published

Languages

  • HTML 100.0%