facebookarchive / draft-js

A React framework for building text editors.
https://draftjs.org/
MIT License
22.56k stars 2.64k forks source link

Add custom classes #3164

Open goldylucks opened 1 year ago

goldylucks commented 1 year ago

Do you want to request a feature or report a bug?

Feature

What is the expected behavior?

Ability to define a custom toolbar dropdown that applies custom classes to blocks / selected texts.

i.e. the dropdown will have ["small", "success"], and clicking on one of them will apply the class to the block.

Is that possible?