@f0rce/ace

Lit-Element Wrapper around the Ace Editor (https://ace.c9.io/)

Usage no npm install needed!

<script type="module">
  import f0rceAce from 'https://cdn.skypack.dev/@f0rce/ace';
</script>

README

Published on NPM Downloads License FOSSA Status

lit-ace

Even more embeddable and lightweight code editor Custom Element - just one tag, and no JS needed to provide Ace - The High Performance Code Editor

Usage example

  <lit-ace theme="terminal" mode="javascript" value="console.log('Have a great day :)')">
  </lit-ace>

Install

Install the component using npm:

$ npm i @f0rce/lit-ace --save

Once installed, import it in your application:

import "@f0rce/lit-ace/lit-ace.js";

License

MIT License

FOSSA Status