https://github.com/jsilvermist/sl-dropdown
A simple dropdown menu web-component.
https://github.com/jsilvermist/sl-dropdown
Last synced: 5 months ago
JSON representation
A simple dropdown menu web-component.
- Host: GitHub
- URL: https://github.com/jsilvermist/sl-dropdown
- Owner: jsilvermist
- Created: 2018-06-13T09:11:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-13T09:13:08.000Z (about 8 years ago)
- Last Synced: 2025-08-07T05:31:44.968Z (11 months ago)
- Language: HTML
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# \
A dropdown menu powered by Polymer.
## 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.