Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/urdeveloper/ud-stepper
- Owner: urdeveloper
- License: mit
- Created: 2017-11-02T01:26:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T23:52:44.000Z (over 4 years ago)
- Last Synced: 2024-10-01T03:02:21.233Z (3 months ago)
- Topics: custom-elements, material-design, polymer-2x, polymer-element
- Language: HTML
- Homepage: https://www.webcomponents.org/element/ud-stepper
- Size: 118 KB
- Stars: 11
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).