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

2.0.16 • 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*' })]);

/@remirror/preset-core/

    Package Sidebar

    Install

    npm i @remirror/preset-core

    Weekly Downloads

    29,558

    Version

    2.0.16

    License

    MIT

    Unpacked Size

    70.9 kB

    Total Files

    10

    Last publish

    Collaborators

    • ocavue
    • ifiokjr