Extensions
Emoji
Insert emojis from a searchable picker.
The Emoji extension adds an emoji picker dropdown to the toolbar, allowing users to browse and insert emojis.
Import
import { Emoji } from 'ritext/extension/emoji';Usage
const extensions = [Emoji];Configuration
Emoji.configure({
surface: { bubbleMenu: false },
openOnClick: false,
})Options
Prop
Type
