tooly-powerdoc-renderer
v0.0.14
Published
Powerdoc renderer
Downloads
110
Readme
Powerdoc React renderer
Customizable renderer of documents produced by a custom Slate-based editor.
How-tos
- Specifying
_class
and_htmlid
in block settings will result in plugging class and id attributes into the block wrapper - Obtaining base blocks components:
import { PageComponents } from 'tooly-powerdoc-renderer'; const TilesBase = PageComponents["tiles_block"];
Publishing
- Make sure the version is updated in package.json
npm publish