@humblejs/breadcrumbs
v1.10.6
Published
Breadcrumbs navigation for the page
Readme
Breadcrumbs
Breadcrumbs navigation for the page
Install
yarn add @humblejs/breadcrumbsStyle
Import all styling
@import '@humblejs/breadcrumbs/dist/css/styles.scss';Props
| Name | Type / Description | Is Required? | Default |
|-----------|----------|-------------|-------------|
| items | array of object * text (string, required) * link | YES | Empty |
| type | string * chevron * slash * double-angle | NO | chevron |
| separator | stringIf specified the type is ignored and this separator is used instead | NO | Null |
