sstur / react-rte

Pure React rich text WYSIWYG editor based on draft-js.
https://react-rte.org
ISC License
2.86k stars 430 forks source link

v2 Roadmap #371

Open sstur opened 4 years ago

sstur commented 4 years ago

Under consideration:

mohitgarg commented 4 years ago

Hi @sstur, I'd love to help you on v2

sstur commented 4 years ago

Sounds good. I'll need to make some more concrete plans and get back to you.

dcripplinger commented 3 years ago

I'm excited for v2! In the meantime, it wasn't clear in the documentation how I should adjust styling. I see the class names used throughout the css files in the codebase, but then when I inspect elements in the browser, they end up being some kind of mix of multiple class names with underscores and then auto generated class names tacked on the end to form an unpredictable final class name for each element. Is there an example or other documentation you can point me to to make css adjustments? Thanks.