Callout
Installation
npm install @udecode/plate-callout
Usage
import { CalloutPlugin } from '@udecode/plate-callout/react';
const plugins = [
// ...otherPlugins,
CalloutPlugin,
]
const components = {
// ...otherComponents,
[CalloutPlugin.key]: CalloutElement,
}
- CalloutElement (Plus)
Examples
Plate UI
Work in progress.
Plate Plus
Plugins
CalloutPlugin
Callout element plugin.
Transforms
editor.tf.insert.callout
Insert a callout element into the editor.
Hooks
useCalloutEmojiPicker
Manage the emoji picker functionality for callouts.