0.0.3 • Published 2 years ago

vue3-simple-infinity-scroll v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

vue3-simple-infinity-scroll

Infinity scroll is a simple component for vue 3 written in typescript and without dependencies.

Installation:

npm i -S vue3-simple-infinity-scroll

Props:

NameDescriptionTypeRequiredDefault
isInitRequestFor the first call, the value true is passed.booleantruetrue
canLoadThe value is true until all data is loaded.booleantruetrue
isLoadingThe value true / false is specified during data loading.booleantruetrue

Events:

NameDescription
on-load-moreEvent is called when the lower part of the container has appeared in the visible area.

Example:

An example can be found in the dev folder.

License

MIT License