<Editor.Components>
Render a draggable list of components based on the user-defined components when composing a custom React Editor UI. Respects the categories API.
Interactive Demo
HeadingBlock
HeadingBlock
ParagraphBlock
ParagraphBlock
import { Editor } from "@reacteditor/core";
export function Editor() {
return (
<Editor>
<Editor.Components />
</Editor>
);
}Props
This component doesn’t accept any props.