How to create custom block rendering with draft js

27 views Asked by At

I am trying to add custom blocks in the Editor area. I am able to create blocks but not getting the html output of those block elements. I am using "draft-to-html" package to convert the contentState to html data.

Adding the codesandbox link -- Can anyone suggest how can i achieve the same or if there is any alternate way to do it

trying to create Custom blocks inside draft editor

codesandbox Link : https://codesandbox.io/p/sandbox/draft-js-custom-block-component-forked-q7t6zk

0

There are 0 answers