Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rosswarren/accordion


https://github.com/rosswarren/accordion

Last synced: 10 days ago
JSON representation

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