Last active
January 20, 2021 22:57
-
-
Save MaikelVeen/4cab4d2987e23f448e2956e4230da39c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Breadcrumb breadcrumbItems={breadcrumb} /> | |
/// Data passed could be something like: | |
const breadcrumb = [ | |
{url:'https://example.com/', name:"Home"}, | |
{url:'https://example.com/bikes', name:"Bikes"}, | |
{url:'https://example.com/bikes/bike-x', name:"Bike-X"}]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment