samba-bo-components
v1.0.0
Published
Component for SambaBO
Downloads
5
Readme
samba-bo-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 SambaBO app.
Usage
pnpm add samba-bo-components
<script setup lang="ts">
import { SomeComponent } from 'samba-bo-components';
</script>
<template>
<SomeComponent />
</template>