Landing Header - Light Theme
Sticky navigation header with transparent background that becomes solid on scroll.
Landing Header - Dark Theme
Dark theme version with logo and mega menu navigation.
Landing Header - With Dropdown Menu
Header with dropdown navigation and badges.
Configuration Options
Toggle Transparent: {{ lightHeaderConfig().transparent ? 'ON' : 'OFF' }}
Toggle Sticky: {{ lightHeaderConfig().sticky ? 'ON' : 'OFF' }}
Toggle Mobile Menu: {{ lightHeaderConfig().showMobileMenu ? 'ON' : 'OFF' }}
Scroll Content
Scroll to see header behavior
More Content
Keep scrolling...
`,
styles: [`
.demo-controls {
display: flex;
gap: 1rem;
flex-wrap: wrap;
margin-top: 1rem;
}
.demo-control {
min-width: 200px;
}
:host {
display: block;
padding-bottom: 2rem;
}
`]
})
export class LandingHeaderDemoComponent {
lightHeaderConfig = signal