Skip to content

Passing editor content as child content? #41

Description

@MarkusRodler

Is it possible to build a component so I can pass the content of the editor as child content? Something like this:

<MonacoEditor2>
// Hello World! program
namespace HelloWorld
{
    class Hello {
        static void Main(string[] args)
        {
            System.Console.WriteLine("Hello World!");
        }
    }
}
</MonacoEditor2>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions