Callout Base Kit

Installation

No MCP yet? Connect your agent.

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

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

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

Related items

Requires

  • A callout component for highlighting important information with customizable icons and styles.

    ReactTailwind