Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 264 Bytes

File metadata and controls

9 lines (7 loc) · 264 Bytes
@primer/react-brand minor

Added a labels prop to the Pagination component for customizing the visible text of the previous and next controls.

<Pagination pageCount={10} currentPage={2} labels={{prev: 'Précédent', next: 'Suivant'}} />