Skip to content

zybieku/vueuc

This branch is 146 commits behind 07akioni/vueuc:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 1, 2021
4afe431 · Jul 1, 2021
Oct 13, 2020
Jul 1, 2021
Oct 9, 2020
Oct 13, 2020
Oct 9, 2020
Jun 8, 2021
Jul 1, 2021
Oct 13, 2020
Jul 1, 2021
Dec 30, 2020
Dec 30, 2020
Mar 18, 2021
Mar 3, 2021

Repository files navigation

Vueuc

codecov Total alerts License

Util Components for Vue.

Preview

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.

<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 fixed-height items

VXScroll

All content inside it to be scroll in X direction when you wheel at Y direction.

VResizeObserver

<v-resize-observer :on-resize="handleResize">
  <el />
</v-resize-observer>

About

Util Components for Vue

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.4%
  • JavaScript 1.4%
  • HTML 0.2%