Skip to content

Commit 54fc32f

Browse files
committed
chore: docs
1 parent fbaaeed commit 54fc32f

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

README.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,17 @@
11
# Vue Pivottable
22

3-
<!-- [![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)
4+
[![npm](https://flat.badgen.net/npm/v/vue-pivottable)](https://npmjs.com/package/vue-pivottable)
5+
[![npm](https://flat.badgen.net/npm/dt/vue-pivottable)](https://npmjs.com/package/vue-pivottable)
6+
[![npm](https://flat.badgen.net/npm/license/vue-pivottable)](https://flat.badgen.net/npm/license/vue-pivottable)
7+
[![jsdelivr](https://data.jsdelivr.com/v1/package/npm/vue-pivottable/badge)](https://www.jsdelivr.com/package/npm/vue-pivottable)
48

59
**Pivot Table Component for Vue 3**
610

711
`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.
812

913
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-
<!-- [![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#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)
2115

2216
<!-- 주요 기능 -->
2317

@@ -62,14 +56,15 @@ pnpm add vue-pivottable
6256
6357
<script setup>
6458
import { VuePivottableUi } from 'vue-pivottable'
59+
import 'vue-pivottable/dist/vue-pivottable.css'
6560
</script>
6661
```
6762

6863
<!-- 링크나 세부 API 설명 -->
6964

7065
## Documentation
7166

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/).
7368

7469
<!-- 데모 사이트 링크 (없으면 임시로 로컬에서 돌릴 수 있는 설명)-->
7570

0 commit comments

Comments
 (0)