GitHub

Navbar

Navbar is a flexible and extensible, horizontally stacked component intended for major blocks of navigation links.

DaffNavbarModule

import { DaffNavbarModule } from '@daffodil/design/navbar'
@NgModule()
class DaffNavbarModule {}

DAFF_NAVBAR_COMPONENTS

import { DAFF_NAVBAR_COMPONENTS } from '@daffodil/design/navbar'
const DAFF_NAVBAR_COMPONENTS: readonly [typeof DaffNavbarComponent]

DaffNavbarComponent

import { DaffNavbarComponent } from '@daffodil/design/navbar'
@Component()
class DaffNavbarComponent {
  @Input() raised: false
}
Selector: 'nav[daff-navbar]'

Properties

Name Type Description
@Input() raised false