@logo-software/breadcrumb
v11.0.0
Published
Breadcrumbs mark and communicate a user's location in the product.
Downloads
15
Readme
Breadcrumb
A breadcrumb navigation provide links back to each previous page the user navigated through, and shows the user's current location in a website.
Click here for demo
Installation
All public NPM packages of Logo Software is at https://www.npmjs.com/~logofe. To install Breadcrumb Module:
$ npm set registry https://registry.npmjs.org/
$ npm install @logo-software/breadcrumb -s
Just import it to your project of @NgModule
import section.
@NgModule({
imports: [CommonModule, BreadcrumbModule]
})
export class AppModule {
}
Breadcrumb Component
Breadcrumbs mark and communicate a user's location in the product. Add the below code to your code stack and give initializer parameters.
app.component.ts
<logo-breadcrumb [breadcrumb]="items" [size]="'medium'" [isLight]="true" [cssClasses]="css-class-name"></logo-breadcrumb>
For API details, please visit http://design.logo.com.tr/#/docs/components/components-overview