@humblejs/breadcrumbs
v1.10.6
Published
Breadcrumbs navigation for the page
Downloads
5
Readme
Breadcrumbs
Breadcrumbs navigation for the page
Install
yarn add @humblejs/breadcrumbs
Style
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 |