Link Base Kit

Installation

No MCP yet? Connect your agent.

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

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

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

Related items

Requires

  • A component for rendering hyperlinks with hover states.

    ReactTailwind