sjdemartini / mui-tiptap

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

feat: allow MenuButton container to be styled #189

Closed Goncalongt closed 10 months ago

Goncalongt commented 10 months ago

MenuButton's className prop now affects its root container, instead of being directly passed to its internal ToggleButton component. To style that ToggleButton, a new "toggleButton" property was added to the "classes" prop of MenuButton