[QuickNav] Custom link components #1511
Unanswered
marcialfps
asked this question in
Ideas
Replies: 1 comment
-
Hi @marcialfps . Your request is fair enough. We need to allocate some time to investigate the best approach. If you have already coded something that works for you, please share it with the team. Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since the current QuickNav is not supported by React Router library, we need to look for a solution for the different routing libraries. A solution can be achieved by adding
component
prop like the one we have in Link component. This component will substitute the default anchor and provide more customization by the user.E.g. we can add HashLinks from React Router Hash Links to solve integration with React Router.
Beta Was this translation helpful? Give feedback.
All reactions