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

https://github.com/afloesch/collapsible-container

Polymer 1.X and 2.X collapsible container and accordion
https://github.com/afloesch/collapsible-container

accordion collapsible polymer polymer2 webcomponent

Last synced: about 1 month ago
JSON representation

Polymer 1.X and 2.X collapsible container and accordion

Awesome Lists containing this project

README

        

[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/afloesch/collapsible-container)

# \

Polymer 1.X and 2.X collapsible container

## Install

```shell
bower install --save polymer-collapsible-container
```

## Usage
### collapsible-container

```html

Content goes here

```

### accordion-container

```html


Content goes here


Content goes here


Content goes here

```

## Viewing This Element

First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run `polymer serve` to serve element locally.

```
$ 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.