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
  @Input() color: DaffPalette
}

Inputs

raised
boolean
Defaultfalse
Description
color
DaffPalette
Default
Description

Sets the color on a component.


Modules

DaffNavbarModule

Deprecated

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

@NgModule()
class DaffNavbarModule {}