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
- Host: GitHub
- URL: https://github.com/afloesch/collapsible-container
- Owner: afloesch
- License: mit
- Created: 2017-05-09T21:57:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-13T17:28:30.000Z (over 7 years ago)
- Last Synced: 2025-04-30T14:27:20.034Z (about 1 month ago)
- Topics: accordion, collapsible, polymer, polymer2, webcomponent
- Language: HTML
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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.