import BreadcrumbContainer from 'n2o/src/components/core/Breadcrumb/BreadcrumbContainer.jsx'BreadcrumbContainer
Extends:
react~React.Component → BreadcrumbContainer
Контейнер для Breadcrumb
Example:
const items = [
{
href: '/test1',
label: 'test1'
},
{
href: '/test2',
label: 'test2'
},
]
<Breadcrumb items={items}/>
React Props:
| Name | Type | Attribute | Description |
| items | object | массив из {label, href} объектов, описывающих одну вкладку ("крошку") |
Constructor Summary
| Public Constructor | ||
| public |
|
|
Method Summary
| Public Methods | ||
| public |
render(): * Базовый рендер |
|