Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rosswarren/accordion
https://github.com/rosswarren/accordion
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rosswarren/accordion
- Owner: rosswarren
- License: bsd-3-clause
- Created: 2015-02-17T12:01:01.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-22T20:00:25.000Z (almost 10 years ago)
- Last Synced: 2024-12-06T19:11:27.824Z (30 days ago)
- Language: JavaScript
- Size: 559 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
[accordion](http://rosswarren.github.io/accordion/) [![Circle CI](https://circleci.com/gh/skyglobal/accordion/tree/master.svg?style=svg)](https://circleci.com/gh/skyglobal/accordion/tree/master)
========================> Please take a look at the [demo page](http://rosswarren.github.io/accordion/)
## Quick-Start
Include the accordion assets in your project either as **Static Resources**
```html
```
or alternatively, **Via Bower**
* Run: `bower install --save-dev bskyb-accordion`
* Include Sass: `@import 'bower_components/bskyb-accordion/src/styles/accordion';`
* Include JS: `var accordion = require('../../bower_components/bskyb-accordion/src/scripts/accordion');`#### Developer Notes
Choose a type of accordion component and copy the relevant html.
* [Accordion example](demo/_includes/accordion.html)## Contribution
Components depends on collaboration between developers. Contributions of any size are actively encouraged.
To see how to build this component locally, read the [contribution guidelines](CONTRIBUTING.md).
## Browser Support
To support IE8, please include [polyfill](https://github.com/skyglobal/polyfill)
* IE9 +
* Safari 5 +
* Latest Firefox
* Latest Chrome
* Latest Mobile Safari
* Latest Mobile Chrome