@readyapi/use-codemirror
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

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) =>" />

Package Sidebar

Install

npm i @readyapi/use-codemirror

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

894 kB

Total Files

21

Last publish

Collaborators

  • nextlinux