mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-04 03:29:03 +08:00
1.1 KiB
1.1 KiB
description | icon |
---|---|
It’s useless without all its other table friends: the table cell. | checkbox-blank-line |
TableCell
Don’t try to use tables without table cells. It won’t be fun.
Installation
# 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
This extension requires the Table
, TableRow
and TableHeader
nodes.
Source code
packages/extension-table-cell/