KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
vueuc
★ 314
Open GitHub ↗
Util Components for Vue
Download README (.md)
Explore Similar Repositories
DNTFrameworkCore
:
Lightweight and Extensible Infrastructure for Building Web Applications - Web Application Framework
dctc
:
🎉TypeScript Execute (tsx): Dynamically compile TSX/TS file and execute it. The easiest way to run .tsx in Nodejs.
Chatette
:
A powerful dataset generator for Rasa NLU, inspired by Chatito
nim_duilib
:
duilib界面库的改进版,支持Windows/Linux/MacOS平台(基于SDL3),支持Skia渲染引擎(支持CPU/GPU),支持DPI感知,多语言动态切换,支持SVG, PNG, GIF, JPG, BMP, APNG, WEBP, ICO图片,支持GIF/WebP/APNG动画。
druid-spring-boot
:
Spring Boot Starter for Druid.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
vueuc
?
Download (.md)
# 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 <v-binder> <v-target> <target-element /> </v-target> <v-follower show placement="top"> <follwer-element-1 /> <v-follower> <v-follower show placement="bottom"> <follwer-element-1 /> <v-follower> </v-binder> ``` ### 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 <v-resize-observer :on-resize="handleResize"> <el /> </v-resize-observer> ```