Skip to content

Instantly share code, notes, and snippets.

@BjoernRuberg
Created December 2, 2017 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BjoernRuberg/bde38c79c1a6cdad454d19332ae7e629 to your computer and use it in GitHub Desktop.
Save BjoernRuberg/bde38c79c1a6cdad454d19332ae7e629 to your computer and use it in GitHub Desktop.
import { render } from "react";
import MyWidget from "./components/mywidget.jsx";
window.MyWidgetRenderer = function(node, props) {
render(<MyWidget {...props} />, node);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment