Skip to content
This repository was archived by the owner on Aug 2, 2020. It is now read-only.

Conversation

@cvburgess
Copy link

Adds optional support for setting the page title based on the breadcrumbs a user has defined.

Example:

<Breadcrumbs
  mappedRoutes={routes}
  titleFn={name => `MyApp - ${name}`}
/>

Closes #15

@almmiko
Copy link
Owner

almmiko commented Aug 21, 2019

Hi @cvburgess

Thanks for your PR. I will review it.

@cvburgess
Copy link
Author

Thank you @roya3000

@cvburgess
Copy link
Author

I noticed this solution does not seem to handle the rootName, so I would be happy to update that if you thought of a better solution.

@cvburgess
Copy link
Author

Any update on this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Option to update page title

2 participants