You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/api/props.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,4 +18,4 @@ Limit of pages to be rendered. `0` shows all pages (default). `-1` will hide num
18
18
19
19
*`Boolean` (optional)
20
20
21
-
When `true`, the pagination component will keep the same length regardless of the position of the page number. This is useful when you want to keep the pagination component always the same size and not vary at the first or last pages. It does uses the `limit` to determine the length of the pagination component.
21
+
When `true`, the pagination component will keep the same length regardless of the position of the page number. This is useful when you want to keep the pagination component always the same size and not vary at the first or last pages. The `limit`prop is used to determine the length of the pagination.
0 commit comments