kritzel-vue
TypeScript icon, indicating that this package has built-in type declarations

0.0.42 • Public • Published

Setup

Install the kritzel-vue package.

npm i kritzel-vue

Import the ComponentLibrary and register it as a plugin.

import { createApp } from 'vue'
import App from './App.vue'
import { ComponentLibrary } from 'kritzel-vue'

createApp(App).use(ComponentLibrary).mount('#app')

Import Kritzel components to use them in your template.

<script setup lang="ts">
import { KritzelEngine, KritzelControls } from 'kritzel-vue';
</script>

<template>
  <KritzelEngine></KritzelEngine>
  <KritzelControls></KritzelControls>
</template>

<style scoped>
</style>

Readme

Keywords

none

Package Sidebar

Install

npm i kritzel-vue

Weekly Downloads

23

Version

0.0.42

License

ISC

Unpacked Size

13.5 kB

Total Files

10

Last publish

Collaborators

  • kasual1