mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-18 04:57:49 +08:00
1.0 KiB
1.0 KiB
TableHeader
:::warning ⚠️ Preview Work in progress :::
Installation
::: warning Use with Table, TableRow and TableCell
This extension requires the Table
, TableRow
and TableCell
nodes.
:::
# with npm
npm install @tiptap/extension-table @tiptap/extension-table-row @tiptap/extension-table-header @tiptap/extension-table-cell
# with Yarn
yarn add @tiptap/extension-table @tiptap/extension-table-row @tiptap/extension-table-header @tiptap/extension-table-cell
Source code
packages/extension-table-header/