Breadcrumb Item Link
Type: React component
How to get BreadcrumbItemLink?
JavaScript
import { BreadcrumbItemLink } from 'fds/components';
A (textual) link to be used as a breadcrumb item inside Breadcrumbs#renderBreadcrumbItem.
Props
label
(Required)
Type: String
The human readable label displayed in the component.
is
Disabled (Optional)
Type: Boolean
Whether or not the component should be rendered in a disabled state.
Default value
is
Drop Opened (Optional)
Type: Boolean
Whether or not the Drop corresponding to the component is opened.
Default value
is
Last Item (Optional)
Type: Boolean
Whether or not this is the last item in the specified set of items.
Default value
on
Click (Optional)
Type: Function
A callback that is called whenever the component is clicked and is not in a disabled state.
For more information about React and "events", check the React documentation
Arguments
Default value
on
Ref (Optional)
Type: Function
A callback that is called whenever a component's ref changes.
Use this callback to get a ref to (the domNode of) a component. There shouldn't be many usecases for using this prop yourself, but you might have to implement it with a given argument from a render callback somewhere.
For more information about React and "refs", check the React documentation
Arguments
Returns
Default value