@xlabs-store/vue
v0.0.1
Published
<p align="center"> <a href="https://xlabs.fint.vn"> <img width="80" src="https://xlabs.fint.vn/favicon.ico?favicon.c0779518.ico"> </a> </p>
Readme
@xlabs-store/vue
Native Vue UI component library built from the ground up for Vue 3 with Composition API support.
📦 Installation
npm install @xlabs-store/vue @xlabs-store/core⌨️ Usage
<script setup>
import { XButton } from '@xlabs-store/vue';
import '@xlabs-store/core/dist/styles.css';
</script>
<template>
<XButton type="primary">Vue 3 Button</XButton>
</template>🚀 Performance
Optimized specifically for the Vue scheduler, these components provide zero-overhead integration with the Vue reactivity system.
