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