Remirror Guide
Requirements
You will need a Remirror project. You can get one from https://github.com/remirror/remirror-examples (opens in a new tab)
Install
npm install prosemirror-flat-list remirror-extension-flat-list
Usage
import 'prosemirror-flat-list/style.css'
import { ListExtension } from 'remirror-extension-flat-list'
Example
Here is an full example of how to use remirror-extension-flat-list
with ProseMirror.