Serialize Tiptap JSON content with interactive components.
npm install tiptap-render-view
Serialize Tiptap JSON content with interactive components.
``sh`Using npm
npm install tiptap-render-viewUsing yarn
yarn add tiptap-render-viewUsing pnpm
pnpm add tiptap-render-view
At the time of writing this package only provides a Vue component to render your JSONContent. But it also provides types and tools to build components for your prefered JavaScript framework.
Check out this example on StackBlitz
`vue
:serializers="serializers"
:componentSerializers="componentSerializers"
/>
``
Feel free to contribute
Contributions are welcome. Make sure to open an issue for bugs or start a discussion for feature requests, before you start writing code!