Tabs api
NbTabsetComponent
Inputs
Name | Type | Description |
routeParam | string | If specified - tabset listens to this parameter and selects corresponding tab. |
fullWidth | boolean | Take full width of a parent |
Outputs
Name | Type | Description |
changeTab | EventEmitter<any> | Emits when tab is selected |
NbTabComponent
Inputs
Name | Type | Description |
badgePosition | NbBadgePosition | Badge position. Can be set to any class or to one of predefined positions: 'top left', 'top right', 'bottom left', 'bottom right', 'top start', 'top end', 'bottom start', 'bottom end' |
badgeStatus | NbComponentOrCustomStatus | Badge status (adds specific styles): 'primary', 'info', 'success', 'warning', 'danger' |
badgeText | string | Badge text to display |
route | string | Makes this tab a link that initiates navigation to a route |
tabIcon | Tab icon name or icon config object | |
tabId | string | Tab id |
tabTitle | string | Tab title |
active | boolean | Specifies active tab |
badgeDot | boolean | Use badge dot mode |
disabled | boolean | Item is disabled and cannot be opened. |
lazyLoad | boolean | Lazy load content before tab selection
TODO: rename, as lazy is by default, and this is more |
responsive | boolean | Show only icons when width is smaller than |
NbRouteTabsetComponent
Inputs
Name | Type | Description |
tabs | any[] | Tabs configuration |
fullWidth | boolean | Take full width of a parent |
Outputs
Name | Type | Description |
changeTab | EventEmitter<any> | Emits when tab is selected |
Need some help or found an issue?
Ask on Stack Overflow with tag `nebular` or post an issue on GitHub.