Releases: wwwaiser/react-js-pagination
Releases · wwwaiser/react-js-pagination
v2.3.0
v2.3.0
Features
- Added
linkClassFirst
to set the class name of first <a>
tag
- Added
linkClassPrev
to set the class name of prev <a>
tag
- Added
linkClassNext
to set the class name of next <a>
tag
- Added
linkClassLast
to set the class name of last <a>
tag
v2.2.0
v2.2.0
Features
- Added
activeLinkClass
to set the class name of the <a>
tag
- Added
hideNavigation
to hide the navigation buttons when necessary.
v2.1.0
v2.1.0
Features
- Added
itemClass
, that will be added to the Page
's <li>
tag
- Added
linkClass
, that will be added to the Page
's <a>
tag