Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/07akioni/vueuc
Util Components for Vue
https://github.com/07akioni/vueuc
Last synced: 2 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T12:27:23.000Z (3 months ago)
- Last Synced: 2024-12-15T20:05:41.287Z (9 days ago)
- Language: TypeScript
- Homepage: https://vueuc.vercel.app
- Size: 294 KB
- Stars: 274
- Watchers: 2
- Forks: 34
- 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
[![codecov](https://codecov.io/gh/07akioni/vueuc/branch/main/graph/badge.svg)](https://codecov.io/gh/07akioni/vueuc)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/07akioni/vueuc.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/07akioni/vueuc/alerts/)
[![License](https://img.shields.io/badge/license-MIT-blue)](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
```