1.1.1-a • Published 3 years ago

@yusufnazir/lit-ace v1.1.1-a

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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