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

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.

Awesome Lists containing this project

README

          

# \

[![CircleCI](https://circleci.com/gh/ioncache/collapsible-selector.svg?style=svg)](https://circleci.com/gh/ioncache/collapsible-selector) [![Greenkeeper badge](https://badges.greenkeeper.io/ioncache/collapsible-selector.svg)](https://greenkeeper.io/) [![Known Vulnerabilities](https://snyk.io//test/github/ioncache/collapsible-selector/badge.svg?targetFile=package.json)](https://snyk.io//test/github/ioncache/collapsible-selector?targetFile=package.json) [![codecov](https://codecov.io/gh/ioncache/collapsible-selector/branch/master/graph/badge.svg)](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