@logo-software/breadcrumb
TypeScript icon, indicating that this package has built-in type declarations

11.0.0 • Public • Published

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

Package Sidebar

Install

npm i @logo-software/breadcrumb

Weekly Downloads

3

Version

11.0.0

License

See license in LICENSE file

Unpacked Size

98.5 kB

Total Files

18

Last publish

Collaborators

  • furkan.cetin
  • yusufyilmaz
  • serdarates
  • gamzeyapici
  • srknc
  • dotnet-ankara
  • murat.logo
  • serhan.gurbuz
  • gulnihaleksi