Sample Custom Component : Monaco Editor
Summary:
https://satishkumar.hashnode.dev/oracle-jet-sample-custom-component-monaco-editor
Content (required):
I had come across a requirement wherein we needed to embed a code editor into a webpage.
While the reason for this requirement can be manifold there is no standard JET component to achieve this.
Hence I started exploring the Custom Web Component. This series by @Duncan Mills-Oracle is the staring point if you want to learn more on the same. https://blogs.oracle.com/groundside/post/custom-jet-component-learning-path
In the sample created I try to create a component(very basic functionality) to embed the Monaco editor into a webApp.
The code is in my GIT Repo :
Tagged:
1