@uwu/monaco-vue

1.4.0 • Public • Published

Vue simple-monaco

Please read the main readme here.

<script setup lang="ts">
import { ref } from "vue";
import Monaco from "@uwu/monaco-vue";

let value = ref("");
</script>

<template>
	<!--value and lang are required-->
	<Monaco
		v-model="value"
		lang="javascript"
		theme="Monokai"
		:readonly="false"
		height="30rem"
		width="20rem"
		:otherCfg="{}"
	/>
</template>

Readme

Keywords

none

Package Sidebar

Install

npm i @uwu/monaco-vue

Weekly Downloads

0

Version

1.4.0

License

BSD-3-Clause

Unpacked Size

4.13 kB

Total Files

5

Last publish

Collaborators

  • ioj4
  • redstonekasi
  • phorcys
  • cr3atable
  • xirreal
  • yellowsink