monaco-web-component
v1.0.22
Published
WebComponent version of Monaco Editor. Fully compatible with HTML Forms
Downloads
31
Readme
Monaco Editor Web Component
This web component wraps the monaco editor and provides a simple way to integrate it into your HTMLForms.
Demo
<monaco-editor
name="code"
language="javascript"
theme="vs-dark"
value="console.log('Hello, World!')"
contenttype="application/javascript"
filename="example.js"
></monaco-editor>