0.0.1 • Published 2 years ago

@readyapi/use-codemirror v0.0.1

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

Readyapi useCodeMirror()

Version Downloads License Discord

Installation

npm install @readyapi/use-codemirror

Usage

<script setup>
import { CodeMirror } from '@readyapi/use-codemirror'
</script>

<CodeMirror
  class="my-custom-class"
  content="const foobar = true"
  readOnly
  @change="(value) => …" />