@remirror/preset-list
The list preset and accompanying extensions.
Installation
# yarn
yarn add @remirror/preset-list@next @remirror/pm@next
# pnpm
pnpm add @remirror/preset-list@next @remirror/pm@next
# npm
npm install @remirror/preset-list@next @remirror/pm@next
Usage
The following creates an instance of the preset.
import { ListPreset } from '@remirror/preset-list';
// Create the preset
const preset = new ListPreset();
Credits
This package was bootstrapped with monots.