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.

Features

  • Insert emoji inline.
  • Use the : shortcut followed by the emoji name (e.g., :apple: 🍎). Autocomplete suggestions appear as you type.

Installation

npm install @udecode/plate-emoji

Usage

import { createComboboxPlugin } from '@udecode/plate-combobox';
import { createEmojiPlugin } from '@udecode/plate-emoji';
 
const plugins = [
  // ...otherPlugins,
  createEmojiPlugin(),
];

API

createEmojiPlugin

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.