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

Breadcrumb component to allow a react-router <Link> instead of a bare <a> #1414

Open
2 tasks done
rnicholus opened this issue Jun 3, 2024 · 2 comments
Open
2 tasks done

Comments

@rnicholus
Copy link
Contributor

  • I have searched the Issues to see if this bug has already been reported
  • I have tested the latest version

Summary

Currently, <BreadcrumbItem> can be rendered as an anchor link or a span. But given that this is a React library, and the overwhelming majority of React apps use react-router, <BreadcrumbItem> should at least be able to render a <Link>.

This can probably be accomplished by refactoring <BreadcrumbItem> to accept as={Link}.

@j-vitali
Copy link

j-vitali commented Jun 3, 2024

i'm using next, also want this feature...

@akashMasih
Copy link
Contributor

I am working on this feature

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

3 participants