Skip to content

xfvelocity/xf-cmpt-lib

Repository files navigation

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>

About

Component library for private use when creating a new project

Resources

Stars

Watchers

Forks

Releases

No releases published