/easy-accordion

This accordion dose not depend on a specific library.

Primary LanguageJavaScriptMIT LicenseMIT

EasyAccordion

EasyAccordion - is easy and simple accordion UI parts.
It dosn't depend on a specific library.

Getting Started and Demos

Dist / Build

On production use files (JS and CSS) only from dist/ folder, there will be the most stable versions.
src/ folder is only for development purpose.

Development Build

Install all dependencies, in repo's root by npm:

$ npm install

And build by rollup.js:

$ npm run build