From 18ef18cd5b8ca703f33dea65f1b958dfbf4bda0e Mon Sep 17 00:00:00 2001 From: Adnan Zaki <adnzaki@outlook.com> Date: Tue, 18 Mar 2025 09:39:28 +0700 Subject: [PATCH] add ss-paging - Server-side pagination for Vue.js --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 27c951dff..4b57f7728 100644 --- a/README.md +++ b/README.md @@ -1442,6 +1442,7 @@ _Detect when components enter viewport_ - [vue-use-paginator](https://github.com/Sun0fABeach/vue-use-paginator) - Vue 3 use-hook to reactively paginate data and arrange paginator buttons. Completely renderless. - [vueginate](https://github.com/lombervid/vueginate) - A simple pagination component for Vue 3 - [vue-pagination](https://github.com/asika32764/vue-pagination/) - A non-style pagination with composable that can integrate with any frameworks. +- [ss-paging-vue](https://github.com/adnzaki/ss-paging/) - Server-side pagination for Vue.js that supports low-level functionality and built-in components. #### Animation