Skip to content

xfvelocity/xf-cmpt-lib

Repository files navigation

xF Component Library

Custom component library for personal use

Version

Getting started:

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>