GitHub

Navbar

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

Components

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

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

Inputs

color
DaffPalette
Default
Description

Sets the color on a component.

Default options are: primary, secondary, tertiary, light, dark, theme, and theme-contrast.

raised
boolean
Defaultfalse
Description

Modules

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

@NgModule()
class DaffNavbarModule {}