A vanilla JS replacement for (Rails) Cocoon's jQuery script
npm install @oddcamp/cocoon-vanilla-jsA vanilla JS replacement for (Rails) Cocoon's jQuery script
Run:
```
yarn add @oddcamp/cocoon-vanilla-js
Import as ES6 module:
`js``
import "@oddcamp/cocoon-vanilla-js";
To broaden browser support, include the following polyfills in your project:
- Element.closest
- Element.classList
- Array.from
- CustomEvent