Minimum css just for prosemirror menu

I’d like to integrate prosemirror with bootstrap. The text in the editor will show out in the style of bootstrap.

What’s the minimum css needed to let the prosemirror menu work?

Or is it possible to show the prosemirror menu in the style of bootstrap?

Thanks,

The menu’s css is in css/menu.css in the prosemirror-menu module. If you want to display it differently, you’ll have to do your own styling or implement a new menu.

I find that the menu.css plus some .ProseMirror-prompt style in the editor.css from your website can be used as a minimum working menu.

Thank you for your input.