mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-28 07:40:13 +08:00
967 B
967 B
description | icon |
---|---|
The perfect middle ground between a table and a table cell. | table-2 |
TableRow
What’s a table without rows? Add this extension to make your tables usable.
Installation
npm install @tiptap/extension-table @tiptap/extension-table-row @tiptap/extension-table-header @tiptap/extension-table-cell
This extension requires the Table
, TableHeader
and TableCell
nodes.