@yusufnazir/lit-ace
v1.1.1-a
Published
Lit-Element Wrapper around the Ace Editor (https://ace.c9.io/)
Downloads
1
Readme
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";