https://github.com/07akioni/vueuc
Util Components for Vue
https://github.com/07akioni/vueuc
Last synced: 10 days ago
JSON representation
Util Components for Vue
- Host: GitHub
- URL: https://github.com/07akioni/vueuc
- Owner: 07akioni
- License: mit
- Created: 2020-10-08T19:07:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T12:27:23.000Z (7 months ago)
- Last Synced: 2025-04-02T05:44:11.242Z (17 days ago)
- Language: TypeScript
- Homepage: https://vueuc.vercel.app
- Size: 294 KB
- Stars: 286
- Watchers: 1
- Forks: 35
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-naive - vueuc - Utils Components for Vue. (List / Related To NaiveUI)
README
# Vueuc
[](https://codecov.io/gh/07akioni/vueuc)
[](https://lgtm.com/projects/g/07akioni/vueuc/alerts/)
[](https://img.shields.io/badge/license-MIT-blue)Util Components for Vue.
## Preview
[https://vueuc.vercel.app](https://vueuc.vercel.app)## Components
### VBinder
Includes `v-binder`, `v-follower` and `v-target`.Content in `v-follower` will track `v-target`. Use `v-binder` to wrap 1 `v-target` and 1 or more `v-target`.
For more API please read the source code. I'm too lazy to write them since I'm the only one that uses the library.
```tsx
```
### VVirtialList
A simple virtual list which supports flexable-height items### VXScroll
All content inside it to be scroll in X direction when you wheel at Y direction.### VResizeObserver
```html
```