0.2.1 • Published 8 months ago

@iwgc/mongoose-component-library v0.2.1

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

Mongoose Component Library

Overview

This is a library of custom components for reports generated by Report Worker. This library was built using Vue 3 and Tailwind.

Using npm

npm install @iwgc/mongoose-component-library

Using yarn

yarn add @iwgc/mongoose-component-library

Importing the library

In your Vue 3 application, import the library and register it with your app:

import { createApp } from 'vue'
import { StarComponent } from '@iwgc/mongoose-component-library'

const app = createApp(App)
app.use(StarComponent)
0.2.1

8 months ago

0.2.0

9 months ago

0.1.0

9 months ago