DropCursorExtension
import Basic from '../../website/extension-examples/extension-drop-cursor/basic'; import Color from '../../website/extension-examples/extension-drop-cursor/color';Summary
Shows a line indicator for where the drop target will be
Usage
Installation
This extension is installed for you when you install the main remirror
package.
You can use the imports in the following way:
import { DropCursorExtension } from 'remirror/extensions';
The extension is provided by the @remirror/extension-drop-cursor
package.