@xlabs-store/vue 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,44 @@
1
+ <p align="center">
2
+ <a href="https://xlabs.fint.vn">
3
+ <img width="80" src="https://xlabs.fint.vn/favicon.ico?favicon.c0779518.ico">
4
+ </a>
5
+ </p>
6
+
7
+ # @xlabs-store/vue
8
+
9
+ Native Vue UI component library built from the ground up for Vue 3 with Composition API support.
10
+
11
+ [![npm version](https://img.shields.io/npm/v/@xlabs-store/vue.svg?style=flat-square)](https://www.npmjs.com/package/@xlabs-store/vue)
12
+ [![License](https://img.shields.io/npm/l/@xlabs-store/vue.svg?style=flat-square)](https://github.com/fint-vn/xlabs/blob/main/LICENSE)
13
+
14
+ <p align="center">
15
+ <img src="https://user-images.githubusercontent.com/507615/209472919-6f7e8561-be8c-4b0b-9976-eb3c692aa20a.png" width="100%" />
16
+ </p>
17
+
18
+ ## 📦 Installation
19
+
20
+ ```bash
21
+ npm install @xlabs-store/vue @xlabs-store/core
22
+ ```
23
+
24
+ ## ⌨️ Usage
25
+
26
+ ```vue
27
+ <script setup>
28
+ import { XButton } from '@xlabs-store/vue';
29
+ import '@xlabs-store/core/dist/styles.css';
30
+ </script>
31
+
32
+ <template>
33
+ <XButton type="primary">Vue 3 Button</XButton>
34
+ </template>
35
+ ```
36
+
37
+ ## 🚀 Performance
38
+
39
+ Optimized specifically for the Vue scheduler, these components provide zero-overhead integration with the Vue reactivity system.
40
+
41
+ ## 🔗 Links
42
+
43
+ - [Official Documentation](https://xlabs.fint.vn)
44
+ - [Main Repository (Mono-repo)](../../README.md)
package/dist/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # vue
2
+
3
+ This library was generated with [Nx](https://nx.dev).
4
+
5
+ ## Running unit tests
6
+
7
+ Run `nx test vue` to execute the unit tests via [Vitest](https://vitest.dev/).
Binary file
Binary file
Binary file
@@ -0,0 +1,5 @@
1
+ export * from './lib/proxies';
2
+ export { message } from '../../core/src/components/x-message/message-service';
3
+ export { notification } from '../../core/src/components/x-notification/notification-service';
4
+ export { Modal, Modal as model } from '../../core/src/components/x-modal/modal-service';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,OAAO,EAAE,OAAO,EAAE,MAAM,qDAAqD,CAAC;AAC9E,OAAO,EAAE,YAAY,EAAE,MAAM,+DAA+D,CAAC;AAC7F,OAAO,EAAE,KAAK,EAAE,KAAK,IAAI,KAAK,EAAE,MAAM,iDAAiD,CAAC"}