hubgit / react-prosemirror

A React component for ProseMirror
https://ow1qi.csb.app/
MIT License
248 stars 51 forks source link

Allow custom classes to be passed down to MenuBar #33

Closed sjlevens closed 3 years ago

sjlevens commented 3 years ago

I would like to be able to pass down my own classes prop to the MenuBar component, I can open a PR with a fix I already use that also maintains current functionality.

hubgit commented 3 years ago

If you're interested in trying v2, the className prop is now passed through to the Toolbar component.