1.11.1 • Published 2 years ago

@f0rce/lit-ace v1.11.1

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

Published on NPM Downloads License FOSSA Status CodeFactor

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

Important Notice

This webcomponent has been built to fit and serve the needs of the Vaadin Add-on Ace (which I created and actively maintain). When using this webcomponent in any other environment, please be carefull because it only has been tested in a Vaadin Add-on environment.

Some methods just don't make sense when using in an non Vaadin environment as most functions depend on JSON input which I create in the Java/Vaadin backend.

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

1.11.1

2 years ago

1.9.0

2 years ago

1.8.3

2 years ago

1.11.0

2 years ago

1.10.1

2 years ago

1.10.0

2 years ago

1.8.2

2 years ago

1.8.1

2 years ago

1.8.0

2 years ago

1.7.1

2 years ago

1.7.0

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.4

2 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

0.0.2-Beta

3 years ago

0.0.1-Beta

3 years ago