joshfrench/react-mobiledoc-editor

Support option for buttons' active class name

gpoitch opened this issue · 2 comments

The active class name for buttons is currently hardcoded to 'active'. It would be nice to be able to configure this. Especially when using css modules.

Sounds reasonable. IIRC I picked active because that's what the Ember editor does. Do you imagine a global override or the ability to customize at the component or instance level?

@joshfrench per instance: #41