tiptap/docs/api/nodes/table-cell.md
2021-10-18 18:01:47 +02:00

1.1 KiB
Raw Blame History

description icon
Its useless without all its other table friends: the table cell. checkbox-blank-line

TableCell

Version Downloads

Dont try to use tables without table cells. It wont 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/

Usage

https://embed.tiptap.dev/preview/Nodes/Table