GitHub

Navbar

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

Components

DaffNavbarComponent

import { DaffNavbarComponent } from '@daffodil/design/navbar'

@Component()
class DaffNavbarComponent {
  @Input() raised: boolean = false
}

Inputs

raised
boolean
Defaultfalse
Description

Modules

DaffNavbarModule

import { DaffNavbarModule } from '@daffodil/design/navbar'

@NgModule()
class DaffNavbarModule {}