Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Props applying to same elements. #509

Open
vimalsonara opened this issue Dec 14, 2023 · 1 comment
Open

Props applying to same elements. #509

vimalsonara opened this issue Dec 14, 2023 · 1 comment

Comments

@vimalsonara
Copy link

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

@stoyanov-kaloyan
Copy link

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

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants