https://github.com/ioncache/collapsible-selector
Polymer JS custom selector element that collapses based on available width.
https://github.com/ioncache/collapsible-selector
javascript polymer polymer-element
Last synced: 6 months ago
JSON representation
Polymer JS custom selector element that collapses based on available width.
- Host: GitHub
- URL: https://github.com/ioncache/collapsible-selector
- Owner: ioncache
- License: mit
- Created: 2018-12-10T03:30:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T11:21:40.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T02:49:12.022Z (about 1 year ago)
- Topics: javascript, polymer, polymer-element
- Language: JavaScript
- Homepage:
- Size: 5.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# \
[](https://circleci.com/gh/ioncache/collapsible-selector) [](https://greenkeeper.io/) [](https://snyk.io//test/github/ioncache/collapsible-selector?targetFile=package.json) [](https://codecov.io/gh/ioncache/collapsible-selector)
Polymer JS custom selector element that collapses based on available width.
## Install dependencies
`npm install`
`bower install`
## Viewing Your Element
```
$ ./node_modules/.bin/polymer serve
```
## Running Tests
```
$ ./node_modules/.bin/polymer test
```
## TODO
- flesh out unit tests
- write some better documentation, although running `./node_modules/.bin/polymer serve` has a fair amount of info
- make a static demo page