# akkordion
**Repository Path**: mirrors_TrySound/akkordion
## Basic Information
- **Project Name**: akkordion
- **Description**: VanillaJS Accordion Library
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-09-26
- **Last Updated**: 2025-09-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# akkordion
VanillaJS Accordion Library
##Why?
- No flash on page load
- Initialize by class name and data-* attributes
- Graceful Degradation for non-transition browsers
- Could be nested
- No need jQuery or other dependencies
##Install
```
bower i akkordion
```
##Usage
Use `.akkordion` className for initialize
Add `.akkordion-active` className to content element to make it active at start. Note: any will be active even with option `single:true`
P.S.: Recommend do not use vertical paddings on content to prevent flashing on start
```html