Skip to content

Instantly share code, notes, and snippets.

@MaikelVeen
Last active January 20, 2021 22:57
Show Gist options
  • Save MaikelVeen/4cab4d2987e23f448e2956e4230da39c to your computer and use it in GitHub Desktop.
Save MaikelVeen/4cab4d2987e23f448e2956e4230da39c to your computer and use it in GitHub Desktop.
<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