Skip to content

urdeveloper/ud-stepper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

317fc54 · Sep 24, 2020

History

78 Commits
Nov 3, 2017
May 27, 2020
Nov 2, 2017
Nov 2, 2017
Nov 2, 2017
Dec 2, 2017
Mar 23, 2018
May 27, 2020
Mar 22, 2018
Sep 24, 2020
Nov 2, 2017
Nov 23, 2018
Jun 2, 2020
Sep 10, 2020

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.