solid-monaco

Monaco Editor component for SolidJS

MIT License

Downloads
2.5K
Stars
49
solid-monaco - solid-monaco v0.2.0 Latest Release

Published by alxnddr about 1 year ago

New Features

  • MonacoDiffEditor: A new component has been added to support side-by-side comparison using Monaco's diff editor capabilities.

  • MonacoEditor Prop Enhancement: Added a new prop onBeforeUnmount which provides a callback right before the Monaco editor unmounts. This can be useful for cleanup operations or other tasks that need to run before the component is removed from the DOM.

solid-monaco - solid-monaco v0.1.0

Published by alxnddr about 1 year ago

New Features

  • MonacoEditor Component: Introduced the MonacoEditor component, allowing users to seamlessly embed the Monaco editor into Solid.js applications.