11.0.2 • Published 3 months ago

@logo-software/header v11.0.2

Weekly downloads
-
License
See license in LI...
Repository
-
Last release
3 months ago

Header Module

Header module adds a header area to the top of the landing page and manages its content. Header module supports responsive web design. It comes many features

  • theme
  • scroll spy
  • mobilized
  • alignment (right, left, center)

Click here for demo

Installation

All public npm packages of Logo Software is at https://www.npmjs.com/~logofe. To install Header Module:

$ npm set registry https://registry.npmjs.org/
$ npm install @logo-software/header -s

Just import it to your project of @NgModule import section.

@NgModule({
 imports: [CommonModule, HeaderModule],
})
export class AppModule {
}

Header Component

Headers are navigation components that display information and actions relating to the current screen. Add the below code to your code stack and give initializer parameters. Add the below code to your code stack and give initializer parameters.

app.component.html

<logo-header
 [containerStatus]="true"
 [defaultTheme]="headerTheme.START"
 [isMobilized]="true"
 [menuPosition]="'left'"
 [scrollPoint]="75"
 [scrollSpy]="true"
 [scrolledTheme]="headerTheme.SCROLL"
 [watchElement]="'body'"
>
  <!-- Your content goes here. Below code is a sample of usage. -->
  <div class="section-main">
    <logo-link [classes]="'ghost large'" [url]="'/products'">Products</logo-link>
    <logo-link [classes]="'ghost large'" [fragment]="'solutions'" [url]="'/'">Solutions</logo-link>
    <logo-link [classes]="'ghost large'" [url]="'/info/about'">About Us</logo-link>
    <logo-link [classes]="'ghost large'" [url]="'/blog'">Blog</logo-link>
    <logo-link [classes]="'ghost large'" [url]="'/contact'">Contact</logo-link>
  </div>
</logo-header>

For API details, please visit http://design.logo.com.tr/#/docs/components/components-overview

11.0.2

3 months ago

11.0.1

3 months ago

11.0.0

2 years ago

4.0.0

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago