Breadcrumb
draft

in progress...

Loading

Code

HTML

import { NbhdBreadcrumb } from '@fbin-web/neighborhood-core';
<nbhd-breadcrumb> breadcrumb </nbhd-breadcrumb>

React

import { NbhdBreadcrumb } from '@fbin-web/neighborhood-react';

const App = () => (
  <>
    <NbhdBreadcrumb>breadcrumb</NbhdBreadcrumb>
  </>
);

Properties

Property Attribute Type Default Description
items items array An array of objects with the following properties: label (for the text), href (for the link)

Dependencies

This component contains the following components as dependencies.