# @nvidia-elements/monaco

Integration with VS Code's Monaco editor for code editing, syntax highlighting, and diff visualization.

- [Documentation](https://NVIDIA.github.io/elements/docs/monaco/)
- [Changelog](https://NVIDIA.github.io/elements/docs/changelog/)
- [Repo](https://github.com/NVIDIA/elements)
- [npm](https://www.npmjs.com/package/@nvidia-elements/monaco)

## Getting Started

```bash
npm install @nvidia-elements/monaco
```

## Usage

```javascript
import '@nvidia-elements/monaco/editor/define.js';
```

```html
<nve-monaco-editor></nve-monaco-editor>
```
