diff --git a/website/pages/en/sandbox.js b/website/pages/en/sandbox.js new file mode 100644 index 0000000..059cf73 --- /dev/null +++ b/website/pages/en/sandbox.js @@ -0,0 +1,26 @@ +const React = require("react"); + +// Use the CompLibrary from Docusaurus +// https://docusaurus.io/docs/en/api-pages#page-require-paths +const CompLibrary = require("../../core/CompLibrary.js"); + +const iframe = ``; + +const Container = CompLibrary.Container; + +class Sandbox extends React.Component { + render() { + // Can access siteConfig.js from here as follows + // const { config: siteConfig } = this.props; + + return ( +