api-console-assets
Version:
This repo only exists to publish api console components to npm
20 lines (13 loc) • 410 B
Markdown
# Headers editor CodeMirror's dependencies
To be included in headers editors that use code mirror.
## Use
```html
<link rel="import" href="../headers-editor-code-mirror/cm-modules-import.html">
```
Styles for CM editor can be used separately:
```html
<link rel="import" href="../headers-editor-code-mirror/cm-headers-styles.html">
<template>
<style include="cm-headers-styles"></style>
</template>
```