remirror/remirror

View on GitHub
packages/remirror__react-editors/src/components/bubble-menu.tsx

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
import React, { FC } from 'react';
import { FloatingToolbar } from '@remirror/react';

/**
 * Bubble menu for the pre-packaged editors
 */
export const BubbleMenu: FC = () => <FloatingToolbar />;