Skip to content

Instantly share code, notes, and snippets.

@gustav1105
Last active February 16, 2020 10:09
Show Gist options
  • Save gustav1105/6c9549ea55ccee5a7582f88c2c7d81b6 to your computer and use it in GitHub Desktop.
Save gustav1105/6c9549ea55ccee5a7582f88c2c7d81b6 to your computer and use it in GitHub Desktop.
editor-component
<Box onClick={focusEditor} p={4}>
<EditorContext.Provider value={editorState}>
<Editor
editorState={editorState}
onChange={setEditorState}
placeholder="Click here to start typing in the editor..."
blockRendererFn={renderBlock}
ref={editor}
/>
</EditorContext.Provider>
</Box>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment