@quarkus-webcomponents/codeblock
v1.0.15
Published
A Code block UI component
Downloads
5
Maintainers
Readme
Quarkus Webcomponents : Code block
The code block UI component is based on codemirror 6, wrapped in a Lit webcomponent.
Installation
npm i @quarkus-webcomponents/code-block
Usage
import 'qui-code-block';
TODO:...
Example
To run the example:
npm install
npm start
Then go to http://localhost:8080/example
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.