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

usage with react-router-dom navLink #64

Open
rubinjohny opened this issue Jun 28, 2020 · 0 comments
Open

usage with react-router-dom navLink #64

rubinjohny opened this issue Jun 28, 2020 · 0 comments

Comments

@rubinjohny
Copy link

I tried using the button with react-router-dom. I have an existing route transition animation in place. I wrapped the button with Link tags in order to redirect to the next page.
<NavLink to="/main"> <AwesomeButton > click to go to next page </AwesomeButton> </NavLink>
this code works but the button shows up a bit longer after the new page is displayed. I guess this is due to the animation for the button to come up.
Is there any way I can use this button for my use case?

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

1 participant