simonexmachina / jquery-bonsai

Super lightweight jQuery tree plugin
http://simonwade.me/jquery-bonsai
MIT License
148 stars 42 forks source link

Is there a way to import qubit with ES6? #40

Closed netgfx closed 6 years ago

netgfx commented 6 years ago

Trying to import qubit to enable checkboxes but it won't work. Compiling with Parcel

import jQuery from 'jquery';
import qubit from "jquery-qubit";
import bonsai from "jquery-bonsai";

and then

jQuery('#tea').bonsai({
       checkboxes: true
});

Any ideas?