cocoon-js-vanilla

1.5.1 • Public • Published

cocoon-js-vanilla

Contains the Javascript dependency for the cocoon rubygem without jQuery dependency.

Why

After two days of fighting with cocoon:after-insert not firing, I've decided to do the sane thing and re-write Cocoon JS to vanilla JS without jQuery.

How to use

  • Install the cocoon rubygem as usual
  • yarn add cocoon-js-vanilla
  • In a JS file that relies on the cocoon javascript, import cocoon-js-vanilla at the top of the file

For example, if you're using webpacker and have an application.js entrypoint, you can do:

// app/javascript/packs/application.js
import "cocoon-js-vanilla";
...

Inspired by https://github.com/joerodrig/cocoon-js

/cocoon-js-vanilla/

    Package Sidebar

    Install

    npm i cocoon-js-vanilla

    Weekly Downloads

    9,076

    Version

    1.5.1

    License

    MIT

    Unpacked Size

    10.2 kB

    Total Files

    5

    Last publish

    Collaborators

    • 28dab