Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 343 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 343 Bytes

xF Component Library

Custom component library for personal use

Getting started:

Installation:

npm install xf-cmpt-lib

Importing the styling into app.vue

<style>
  @import 'xf-cmpt-lib/dist/cmpt-lib-ts.css';
</style>

Importing a component

<script setup>
    import { XfButton } from 'xf-cmpt-lib'
</script>