@kodifyeditor/document
v0.1.1
Published
Document/PDF blocks for KodifyEditor: invoice header, dynamic tables, totals and signatures.
Maintainers
Readme
@kodifyeditor/document
Document / PDF blocks for KodifyEditor: invoice header, dynamic item tables, totals and signature.
Install
pnpm add @kodifyeditor/document @kodifyeditor/core @kodifyeditor/ui @kodifyeditor/web reactUsage
import { documentBlocks } from '@kodifyeditor/document';
import { registerBlocks } from '@kodifyeditor/core';
registerBlocks(documentBlocks);documentBlocks—doc-header,dyn-table,totals,signature.- Dynamic tables map the
{{ items }}data array into rows; totals compute net, VAT and gross from the same source.
MIT © Kodify
