On this page
Loading...
| name | description | type | default |
| ---- | ----------- | ---- | ------- |
| `layout` | Specify a layout type for component. | `fill` \| `justified` | _undefined_ |
| `variant` | Set the nav variant to tabs or pills. | `tabs` \| `pills` \| `underline` |_undefined_|
### c-nav-item
_component_
### cNavLink
_directive_
##### Inputs
| name | description | type | default |
| ---- | ----------- | ---- | ------- |
| `active` | Toggle the active state for the host link. | `boolean` | _undefined_ |
| `disabled` | Set disabled attr for the host element. | `boolean` |_false_|