Docs
Emoji
Emoji
Insert emoji inline.
🙂 Emoji's
Express yourself with a touch of fun 🎉 and emotion 😃.
Pick from the toolbar or type a colon to open the combobox.
Installation
npm install @udecode/plate-emoji
Usage
import { EmojiPlugin } from '@udecode/plate-emoji/react';
const plugins = [
// ...otherPlugins,
EmojiPlugin,
];
Plugins
EmojiPlugin
Extends TriggerComboboxPlugin
Options
Collapse all
A function to specify the node inserted when an emoji is selected. The default behavior is to insert a text node containing the emoji as a Unicode character.
EmojiInputPlugin
Handles the input behavior for emoji insertion.