Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/urdeveloper/ud-stepper

Polymer 2.x Material Design Stepper
https://github.com/urdeveloper/ud-stepper

custom-elements material-design polymer-2x polymer-element

Last synced: 3 months ago
JSON representation

Polymer 2.x Material Design Stepper

Awesome Lists containing this project

README

        

# \

Material Design:
[Steppers](https://material.io/guidelines/components/steppers.html)

```html


Step 1 Content



Step 2 Content



Step 3 Content

```

## Install the Polymer-CLI

First, make sure you have the
[Polymer CLI](https://www.npmjs.com/package/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](https://github.com/Polymer/web-component-tester). Run
`polymer test` to run your application's test suite locally.

## Acknowledgment
This project is inspired by [MDL-Stepper](https://ahlechandre.github.io/mdl-stepper/).