-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
"use client";
import { Workspace } from "modern-monaco"
import { MonacoEditor } from "modern-monaco/react"
function Editor() {
const workspace = new Workspace({ ... })
const onMount = (editor) => {
console.log(editor)
}
return <MonacoEditor theme="onedark-pro" workspace={workspace} onMount={onMount} />
}noteverseio, bgub, vtm9, vladinator1000, doc-han and 2 more
Metadata
Metadata
Assignees
Labels
No labels