List Base Kit

Installation

No MCP yet? Connect your agent.

Add BaseListKit to the editor's plugin array. The kit keeps its node renderers and feature plugins together.

import { createSlateEditor } from "platejs";
import { BaseListKit } from "@/components/editor/plugins/list-base-kit";

const editor = createSlateEditor({
  plugins: [...BaseListKit],
});

Related items

Requires

  • Indent Base Kit

    Static rendering plugins for indent, composed as a reusable Plate feature kit.

    ReactTailwind