Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 344 Bytes

File metadata and controls

13 lines (11 loc) · 344 Bytes
@primer/react-brand patch

Added a labels prop to the Pagination component for customizing the user-facing labels of the previous and next controls.

<Pagination
  pageCount={10}
  currentPage={2}
  labels={{prev: 'Précédent', next: 'Suivant', prevAriaLabel: 'Page précédente', nextAriaLabel: 'Page suivante'}}
/>