https://github.com/fooloomanzoo/range-input
alternative inputs for ranges
https://github.com/fooloomanzoo/range-input
Last synced: 6 months ago
JSON representation
alternative inputs for ranges
- Host: GitHub
- URL: https://github.com/fooloomanzoo/range-input
- Owner: fooloomanzoo
- License: mit
- Created: 2017-10-19T10:21:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-20T09:07:57.000Z (over 8 years ago)
- Last Synced: 2025-04-14T17:32:27.866Z (about 1 year ago)
- Language: HTML
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# \
alternative inputs for ranges
## 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.