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

0.0.37 • Public • Published

Setup

Install the kritzel-vue package.

npm i kritzel-vue

Import the ComponentLibrary 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')

Add MyList to your imports to use it in your component template.

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

<template>
  <MyList></MyList>
</template>

<style scoped>
</style>

/kritzel-vue/

    Package Sidebar

    Install

    npm i kritzel-vue

    Weekly Downloads

    494

    Version

    0.0.37

    License

    ISC

    Unpacked Size

    13.6 kB

    Total Files

    10

    Last publish

    Collaborators

    • kasual1