sjdemartini / mui-tiptap

A Material UI (MUI) styled WYSIWYG rich text editor, using Tiptap
MIT License
320 stars 44 forks source link

Allow prop overrides and styling for MenuDivider #132

Closed sjdemartini closed 1 year ago

sjdemartini commented 1 year ago

Now users can use sx={{ borderColor: 'red' }} for instance, or pass in their own className, etc.

No change in UI.