react-paginate icon indicating copy to clipboard operation
react-paginate copied to clipboard

Props applying to same elements.

Open vimalsonara opened this issue 1 year ago • 1 comments

previousClassName, nextClassName, previousLinkClassName, nextLinkClassName these props are applying to same elements (Previous button & Next button).

vimalsonara avatar Dec 14 '23 12:12 vimalsonara

They are handled in a different way internally.

  • previousClassName ad nextClassName target the <li> tags and previousLinkClassName
  • nextLinkClassName target the <a> tags inside the <li> tags.
  • You can refer to the props table here Screenshot 2024-02-07 at 13 10 21

    stoyanov-kaloyan avatar Feb 07 '24 11:02 stoyanov-kaloyan