Skip to content

Emoji

The Document extension allows you to add a emoji to your editor.

Usage

tsx
import { Emoji } from 'reactjs-tiptap-editor/emoji'; 

const extensions = [
  ...,
  // Import Extensions Here
   Emoji, 
];

Source

SourceDocs

Contributors

Changelog

No recent changes

Made with ❤️