Category "draft-js-plugins"

How to change the font size of the bullets of an unordered list item in draftjs?

I have a rich text editor built using draftjs. I implemented the functions for changing the font size, font family, and color of the text in the editor. I also

Draft.js Mention Plugin is not working after rendering contentState to the editor

I am using mentions with the draft.js (like this @yourname) and sending to the database to save and fetching it to render on the web page but things are not wor