Skip to content

Emoji

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

Usage

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

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

Source

SourceDocs

Contributors

Changelog

v0.0.12 on 8/20/2024
f2e95 - feat: add extention emoji

Made with ❤️