Install & Configuration
You must install this package along with its peer dependency:
Installation
Section titled “Installation”To install the package, use npm:
npm install tiptap-table-plus
Peer Dependencies
Section titled “Peer Dependencies”This package works with peer dependencies and requires the following packages to be installed in your project:
npm install @tiptap/extension-table @tiptap/extension-table-cell @tiptap/extension-table-header @tiptap/extension-table-row @tiptap/pm
Note: Make sure you have these peer dependencies installed as they are required for the package to function properly. The package will not work without these Tiptap extensions and ProseMirror.