This website collects cookies to deliver better user experience
Hello World!
<ControlledEditor onBeforeChange={handleChange} value={value} className="code-mirror-wrapper" options={{ lineWrapping: true, lint: true, mode: language, theme: 'material', lineNumbers: true, autoCloseBrackets: true, matchBrackets: true, autoCloseTags: true, matchTags: true, }} />
<Editor defaultLanguage="javascript" theme="vs-dark" value={js} onChange={setJs} className='editor' />
iframe
<iframe srcDoc={srcDoc} title="output" sandbox="allow-forms allow-popups allow-scripts allow-same-origin allow-modals" frameBorder="0" width="100%" height="100%" />
19
0