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

3.0.1 • Public • Published

@remirror/preset-core

The core preset providing the functionality you need and want.

Version Weekly Downloads Bundled size Typed Codebase MIT License


Installation

yarn add @remirror/preset-core # yarn
pnpm add @remirror/preset-core # pnpm
npm install @remirror/preset-core # npm

This package is available via remirror/presets when you install remirror.


Usage

When added to your editor it will provide the required nodes, marks to your editor.

import { corePreset, RemirrorManager } from 'remirror';

// Create the Editor Manager with the required preset.
const manager = RemirrorManager.create([...corePreset({ rootContent: 'block*' })]);

Package Sidebar

Install

npm i @remirror/preset-core

Weekly Downloads

41,837

Version

3.0.1

License

MIT

Unpacked Size

79.5 kB

Total Files

13

Last publish

Collaborators

  • ocavue
  • ifiokjr