On this page
Loading...
| name | description | type | default |
| ---- | ----------- | ---- | ------- |
| `color` | Sets the color context of the component to one of CoreUI themed colors. | `Colors` | - |
| `colorScheme` | Sets if the color of text should be colored for a light or dark dark background. | `light` \| `dark` | `light` |
| `expand` | Defines the responsive breakpoint to determine when content collapses. | `boolean` \| `sm` \| `md` \| `lg` \| `xl` \| `xxl` | - |
| `placement` | Place component in non-static positions. | `fixed-top` \| `fixed-bottom` \| `sticky-top` | - |
| `role` | HTML element role | `string` | `navigation` |
### c-navbar-nav
_component_
##### Inputs
| name | description | type | default |
| ---- | ----------- | ---- | ------- |
| `scroll` | Enables vertical scrolling. | `boolean` | - |
### c-navbar-text
_component_
### cNavbarToggler
_directive_
##### Inputs
| name | description | type | default |
| ---- | ----------- | ---- | ------- |
| `cNavbarToggler` | Reference to navbar collapse element (via # template variable) | `CollapseDirective` | - |
| `type` | Default type for navbar-toggler | `string` | `button` |
| `ariaLabel` | Default `aria-label` attr for navbar-toggler | `string` | `Toggle navigation` |
### cNavbarBrand
_directive_