Breadcrumbs navigation for the page
yarn add @humblejs/breadcrumbs
Import all styling
@import '@humblejs/breadcrumbs/dist/css/styles.scss';
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 |
string If specified the type is ignored and this separator is used instead |
NO | Null |