My advice: Do not use this library =) This lib do not render React components to Editor.js, just render image
yarn add editorjs-component-selectorimport ComponentSelectorTool from "editorjs-component-selector";
// ...
var editor = EditorJS({
tools: {
component: {
class: ComponentSelectorTool,
config: {
components: [
{
name: "OrderForm",
alias: "Форма заявки",
props: {},
preview: "..."
}
]
}
}
}
});{
"type": "component",
"data": {
"component": "OrderForm",
"props": {}
}
}