I’ve been developing a Yii2 project these days and I want to use the dropzone.js library. I haven’t searched for any extensions that integrate it and I’d like to use it “vanilla”. So, I’ve installed bower-asset/dropzone in my app dir with composer. Now, I’m puzzled about how to use it. I suppose I have to create a custom asset class that injects the library inside the view (css, js files, etc.).
Are there any examples of code I can look at for such a case like this?