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() raised: boolean = false
}
boolean
Default | false |
---|---|
Description |
import { DaffNavbarModule } from '@daffodil/design/navbar'
@NgModule()
class DaffNavbarModule {}