A breadcrumb displays the current location within a hierarchy. It allows going back to states higher up in the hierarchy.
Breadcrumb
import { Breadcrumb } from '@yuntijs/ui';A breadcrumb displays the current location within a hierarchy. It allows going back to states higher up in the hierarchy.
import { Breadcrumb } from '@yuntijs/ui';| Name | Description | Type | Default |
|---|---|---|---|
| prefixCls | -- | string | -- |
| params | -- | any | -- |
| separator | -- | ReactNode | -- |
| style | -- | {} | -- |
| className | -- | string | -- |
| rootClassName | -- | string | -- |
| children | -- | ReactNode | -- |
| routes | -- | unknown | -- |
| items | -- | unknown | -- |
| itemRender | -- | (route:Partial<import("/node_modules/antd/es/breadcrumb/Breadcrumb").BreadcrumbItemType & import("/node_modules/antd/es/breadcrumb/Breadcrumb").BreadcrumbSeparatorType>,params:T,routes:Partial<import("/node_modules/antd/es/breadcrumb/Breadcrumb").BreadcrumbItemType & import("/node_modules/antd/es/breadcrumb/Breadcrumb").BreadcrumbSeparatorType>[],paths:string[])=>|string|number|unknown|ReactElement|unknown|ReactPortal|Promise<AwaitedReactNode>|boolean | -- |