Home Reference Source
public class | source

BreadcrumbContainer

Extends:

react~React.Component → BreadcrumbContainer

Контейнер для Breadcrumb

Example:

 const items = [
   {
     href: '/test1',
     label: 'test1'
   },
   {
     href: '/test2',
     label: 'test2'
   },
 ]
<Breadcrumb  items={items}/>

React Props:

NameTypeAttributeDescription
items object массив из {label, href} объектов, описывающих одну вкладку ("крошку")

Constructor Summary

Public Constructor
public

Method Summary

Public Methods
public

render(): *

Базовый рендер

Public Constructors

public constructor() source

Public Methods

public render(): * source

Базовый рендер

Return:

*