#Link Nextjs in breadcrumbs?
5 messages ยท Page 1 of 1 (latest)
The same way you would use any other component
<Breadcrumbs component={Link} > ?
See how links are rendered in documnetation โ https://mantine.dev/core/breadcrumbs/#usage
Replace Anchor with Link