|
1 | 1 | # Vue Pivottable |
2 | 2 |
|
3 | | -<!-- [](#contributors-) --> |
| 3 | +[](#contributors-) |
| 4 | +[](https://npmjs.com/package/vue-pivottable) |
| 5 | +[](https://npmjs.com/package/vue-pivottable) |
| 6 | +[](https://flat.badgen.net/npm/license/vue-pivottable) |
| 7 | +[](https://www.jsdelivr.com/package/npm/vue-pivottable) |
4 | 8 |
|
5 | 9 | **Pivot Table Component for Vue 3** |
6 | 10 |
|
7 | 11 | `vue-pivottable` is a Vue 3-compatible pivot table component, which is a Vue wrapper of the popular [react-pivottable](https://github.com/plotly/react-pivottable). This library allows you to easily summarize, transform, and visualize large datasets in a pivot table UI. |
8 | 12 |
|
9 | 13 | Looking for the Vue 2 compatible version? |
10 | | -👉 [v0.4.67 on github](https://github.com/seungwoo321/vue-pivottable) |
11 | | - |
12 | | -<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> |
13 | | - |
14 | | -<!-- [](#contributors-) --> |
15 | | - |
16 | | -<!-- ALL-CONTRIBUTORS-BADGE:END --> |
17 | | - |
18 | | -<!-- This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more. |
19 | | -
|
20 | | -Learn more about IDE Support for Vue in the [Vue Docs Scaling up Guide](https://vuejs.org/guide/scaling-up/tooling.html#ide-support). --> |
| 14 | +👉 [v0.4.68 on github](https://github.com/seungwoo321/vue-pivottable) |
21 | 15 |
|
22 | 16 | <!-- 주요 기능 --> |
23 | 17 |
|
@@ -62,14 +56,15 @@ pnpm add vue-pivottable |
62 | 56 |
|
63 | 57 | <script setup> |
64 | 58 | import { VuePivottableUi } from 'vue-pivottable' |
| 59 | +import 'vue-pivottable/dist/vue-pivottable.css' |
65 | 60 | </script> |
66 | 61 | ``` |
67 | 62 |
|
68 | 63 | <!-- 링크나 세부 API 설명 --> |
69 | 64 |
|
70 | 65 | ## Documentation |
71 | 66 |
|
72 | | -For detailed API and props usage, please visit the [Wiki](https://vue-pivottable.vercel.app/). |
| 67 | +For detailed API and props usage, please visit the [docs](https://vue-pivottable.vercel.app/). |
73 | 68 |
|
74 | 69 | <!-- 데모 사이트 링크 (없으면 임시로 로컬에서 돌릴 수 있는 설명)--> |
75 | 70 |
|
|
0 commit comments