@remirror/extension-list
TypeScript icon, indicating that this package has built-in type declarations

2.0.16 • Public • Published

@remirror/extension-list

The list preset and accompanying extensions.

Version Weekly Downloads Bundled size Typed Codebase MIT License


Installation

# yarn
yarn add @remirror/extension-list

# pnpm
pnpm add @remirror/extension-list

# npm
npm install @remirror/extension-list

This is included by default when you install the recommended remirror package. All exports are also available via the entry-point, remirror.


Usage

The following creates an editor which supports both ordered and bullet lists.

import { BulletListExtension, createCoreManager, OrderedListExtension } from 'remirror/extensions';

const manager = createCoreManager(() => [new BulletListExtension(), new OrderedListExtension()]);

Package Sidebar

Install

npm i @remirror/extension-list

Weekly Downloads

29,856

Version

2.0.16

License

MIT

Unpacked Size

215 kB

Total Files

20

Last publish

Collaborators

  • ocavue
  • ifiokjr