From 2486ba4fc73d3ec733c1ec3fc2c7610006fd255e Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sat, 26 Apr 2025 13:47:48 -0700 Subject: [PATCH] docs(pagination): document `pagesUnknown` --- docs/src/pages/components/Pagination.svx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/src/pages/components/Pagination.svx b/docs/src/pages/components/Pagination.svx index 0e54246b..3aeb1f36 100644 --- a/docs/src/pages/components/Pagination.svx +++ b/docs/src/pages/components/Pagination.svx @@ -19,6 +19,14 @@ components: ["Pagination", "PaginationSkeleton"] +## Unknown pages + +If the total number of pages is unknown, set `pagesUnknown` to `true`. + +This will render the item range text without factoring in the total number of pages. + + + ## Page window The number of native select items rendered is derived from the value of `totalItems`.