EasyAccordion - is easy and simple accordion UI parts.
It dosn't depend on a specific library.
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.
Install all dependencies, in repo's root by npm
:
$ npm install
And build by rollup.js:
$ npm run build