feat: Add new pagination component (#10263)

This commit is contained in:
Sivin Varghese
2024-10-15 09:36:54 +05:30
committed by GitHub
parent e0ef007047
commit dec637ab8a
6 changed files with 222 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
{
"PAGINATION_FOOTER": {
"SHOWING": "Showing {startItem} - {endItem} of {totalItems} items",
"CURRENT_PAGE_INFO": "{currentPage} of {totalPages} pages"
}
}