Custom component library for personal use
Installation:
npm install xf-cmpt-lib
Importing the styling into app.vue
<style>
@import 'xf-cmpt-lib/style.css';
</style>
Importing a component
<script setup>
import { XfButton } from 'xf-cmpt-lib'
</script>