Bubble Menu

Rhino Editor comes with its own built-in bubble menu.

The reasoning for this is the bubble menu from TipTap requires writing Extensions and shouldShow logic and is much more heavily extension based. I wanted something more event and slot based making it a lot easier to customize and add to it (in my opinion).

You can override the bubble menu toolbar entirely like this:

HTML
<rhino-editor>
  <role-toolbar slot="bubble-menu-toolbar">
    <!-- You're on your own now -->
  </role-toolbar>
</rhino-editor>

You can override only the inner toolbar items of the bubble menu like so:

HTML