Interactive Code Playgrounds

Developed Code Editors

The code is available in this github repository

Introduction

The following web components are exposed by the library

  • <base-editor />
  • <sql-editor />

The base editor can be initialized with the following languages: Javascript, Typescript, Java, Python

<base-editor language="javascript" />

<base-editor language="python" theme="dark" />

<base-editor language="typescript" type="vertical" />

<base-editor language="java" type="vertical" theme="dark" />

<sql-editor theme="dark" />