Navbar is a flexible and extensible, horizontally stacked component intended for major blocks of navigation links.
import { DaffNavbarComponent } from '@daffodil/design/navbar'
@Component()
class DaffNavbarComponent {
@Input() color: DaffPalette
@Input() raised: boolean = false
}
DaffPalette
Default | – |
---|---|
Description | Sets the color on a component. Default options are: |
boolean
Default | false |
---|---|
Description |
import { DaffNavbarModule } from '@daffodil/design/navbar'
@NgModule()
class DaffNavbarModule {}