NoelOConnell/quill-image-uploader

New Loader doesn't work in react quill

Closed this issue · 4 comments

DvzH commented

The recently released version doesn't show loader in React Quill Editor.

The loader is done with a CSS animation, did you include the css snippet in your code?

Does the image get uploaded correctly?

DvzH commented

Yeah.. CSS is already there. I am using it in React Quill Editor. Installed quill-image-uploader using npm. Do I need to import CSS manually ?. I checked node_modules CSS is already there. I am new to Quill editor. Forgive me if my question framing was wrong

This module includes default CSS for the loading effect.

You need to include that also in your code if you want the loading effect.
The other option is to add your own CSS for a different loading style.

You can copy the contents of the CSS file above and put it into the CSS for your page.

DvzH commented

Okay will try both ways. thanks for your reply