Skip to content

Commit

Permalink
Merge branch 'main' into fix-date-duration-inputs-in-jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar authored Mar 11, 2024
2 parents b7dc7dd + 5f1479e commit 2847e06
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions src/components/pagination/_macro-options.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
| Name | Type | Required | Description |
| ------------------ | ------------- | -------- | ------------------------------------------------------------------------------------------------------------------- |
| pages | `Array<Page>` | true | Settings for each [page](#page) |
| currentPageNumber | integer | true | Sets the current page number |
| previous | string | false | Text label for the “Previous” link. Default is "Previous". |
| next | string | false | Text label for the “Next” link. Default is "Next". |
| classes | string | false | Classes to add to the pagination HTML `nav` element |
| hideRangeIndicator | boolean | false | Set to “true” to hide the range indicator on viewports &geq; 740px |
| headingLevel | string | false | Number used to determine the heading level to ensure it has the correct semantic order on the page. Defaults to `2` |
| Name | Type | Required | Description |
| ------------------ | ------------- | -------- | ------------------------------------------------------------------ |
| pages | `Array<Page>` | true | Settings for each [page](#page) |
| currentPageNumber | integer | true | Sets the current page number |
| previous | string | false | Text label for the “Previous” link. Default is "Previous". |
| next | string | false | Text label for the “Next” link. Default is "Next". |
| classes | string | false | Classes to add to the pagination HTML `nav` element |
| hideRangeIndicator | boolean | false | Set to “true” to hide the range indicator on viewports &geq; 740px |

## Page

Expand Down

0 comments on commit 2847e06

Please sign in to comment.