Appearance
The Iframe extension allows you to add an Iframe to your editor.
import { Iframe } from 'reactjs-tiptap-editor'; const extensions = [ ..., // Import Extensions Here Iframe ];
Source • Docs