Closed jdion84 closed 1 year ago
Uses the as
attribute in the Navbar.Brand
. It would look something like this:
<Navbar.Brand href="/" as={Link}>
{app.name}
</Navbar.Brand>
This only works for some bootstrap components.
Hi there,
Thanks for reporting the problem you are encountering, but it looks like this is a question that may be better suited for a support channel. We only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use the functionality provided by this repository, you can try one of the following channels:
However, this issue will not be locked, and everyone is free to discuss solutions to your problem!
Using React Bootstrap and it allows you to specify hrefs in the components e.g.:
How would I make this
Navbar.Brand
component act like an inertiaLink
?