# virtual-scroll
**Repository Path**: Madom/virtual-scroll
## Basic Information
- **Project Name**: virtual-scroll
- **Description**: virtual-scroll
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-08-29
- **Last Updated**: 2022-05-26
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## 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 fixed-height items
### VXScroll
All content inside it to be scroll in X direction when you wheel at Y direction.
### VResizeObserver
```html
```