We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b6c1a commit a81eb02Copy full SHA for a81eb02
README.md
@@ -53,9 +53,9 @@ const routes = [
53
{ path: 'something-else', breadcrumb: ':)' },
54
];
55
56
+// map & render your breadcrumb components however you want
57
const Breadcrumbs = ({ breadcrumbs }) => (
58
<div>
- // map & render your breadcrumb components however you want
59
{breadcrumbs.map(({ breadcrumb, path, match }) => (
60
<span key={path}>
61
<NavLink to={match.url}>
0 commit comments