breadcrumbs

v4.9.10arrow_drop_down
v4.9.10
v4.5.2
STATUS
Passing
DOWNLOADS
42,997
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
4 years ago
SIZE
34 KB
Demos: - [Breadcrumbs](https://material-ui.com/components/breadcrumbs/) API: - [Breadcrumbs API](https://material-ui.com/api/breadcrumbs/)
1 contributor
Install breadcrumbs as a package?
Copied
npm i @bit/mui-org.material-ui.breadcrumbs
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
chevron_left
chevron_right
Properties
NameTypeDescription
classes
(required)
object
children
(required)
node

The breadcrumb children.

classes
(required)
object

Override or extend the styles applied to the component. See CSS API below for more details.

className
string
component
elementType

The component used for the root node. Either a string to use a DOM element or a component. By default, it maps the variant to a good default headline component.

expandText
string

Override the default label for the expand button.

For localization purposes, you can use the provided translations.

itemsAfterCollapse
number

If max items is exceeded, the number of items to show after the ellipsis.

itemsBeforeCollapse
number

If max items is exceeded, the number of items to show before the ellipsis.

maxItems
number

Specifies the maximum number of breadcrumbs to display. When there are more than the maximum number, only the first itemsBeforeCollapse and last itemsAfterCollapse will be shown, with an ellipsis in between.

separator
node

Custom separator node.

Help and resources