A Code block UI component
The code block UI component is based on codemirror 6, wrapped in a Lit webcomponent.
``bash`
npm i @quarkus-webcomponents/code-block
`javascript
import 'qui-code-block';
TODO:...
`
To run the example:
`bash``
npm install
npm start
Then go to http://localhost:8080/example
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.