0.2.1 • Published 8 months ago
@iwgc/mongoose-component-library v0.2.1
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)