vue-data-ui 0.1.9 → 0.2.0
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 +22 -23
- package/dist/{index-6dd99673.js → index-1ca9cad4.js} +9468 -9374
- package/dist/{index.es-bfb295ae.js → index.es-4cefd30b.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/vue-data-ui.js +1 -1
- package/dist/vue-data-ui.umd.cjs +76 -76
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,23 +1,22 @@
|
|
|
1
|
-
<p align="center">
|
|
2
|
-
<img src="public/logo.png">
|
|
3
|
-
</p>
|
|
4
|
-
|
|
5
|
-
```
|
|
6
|
-
npm i vue-data-ui
|
|
7
|
-
```
|
|
8
|
-
|
|
9
|
-
# vue-data-ui
|
|
10
|
-
|
|
11
|
-
A user-empowering data visualization Vue components library.
|
|
12
|
-
Currently in early stages, feel free to give some feedback!
|
|
13
|
-
|
|
14
|
-
For the moment, it includes:
|
|
15
|
-
|
|
16
|
-
## VueUiTable
|
|
17
|
-
## VueUiXy
|
|
18
|
-
## VueUiDonut
|
|
19
|
-
## VueUiWaffle
|
|
20
|
-
## VueUiRadar
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
[Ineractive documentation](https://vue-data-ui.graphieros.com/)
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="public/logo.png">
|
|
3
|
+
</p>
|
|
4
|
+
|
|
5
|
+
```
|
|
6
|
+
npm i vue-data-ui
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
# vue-data-ui
|
|
10
|
+
|
|
11
|
+
A user-empowering data visualization Vue components library.
|
|
12
|
+
Currently in early stages, feel free to give some feedback!
|
|
13
|
+
|
|
14
|
+
For the moment, it includes:
|
|
15
|
+
|
|
16
|
+
## VueUiTable
|
|
17
|
+
## VueUiXy
|
|
18
|
+
## VueUiDonut
|
|
19
|
+
## VueUiWaffle
|
|
20
|
+
## VueUiRadar
|
|
21
|
+
|
|
22
|
+
[Ineractive documentation](https://vue-data-ui.graphieros.com/)
|