@clairview/components
v1.0.1
Published
Component for Clairview
Downloads
68
Readme
@clairview/components
Warning
This is a work in progress, and is not intended for production use.
This package will contain the basic components used in the Clairview app.
Usage
pnpm add @clairview/components
<script setup lang="ts">
import { SomeComponent } from '@clairview/components';
</script>
<template>
<SomeComponent />
</template>