Tabs api

Overview
API
Theme
Examples

NbTabsetComponent

Inputs

NameTypeDescription
routeParamstring

If specified - tabset listens to this parameter and selects corresponding tab.

fullWidthboolean

Take full width of a parent

Outputs

NameTypeDescription
changeTabEventEmitter<any>

Emits when tab is selected

NbTabComponent

Inputs

NameTypeDescription
badgePositionNbBadgePosition

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'

badgeStatusNbComponentOrCustomStatus

Badge status (adds specific styles): 'primary', 'info', 'success', 'warning', 'danger'

badgeTextstring

Badge text to display

routestring

Makes this tab a link that initiates navigation to a route

tabIcon

Tab icon name or icon config object

tabIdstring

Tab id

tabTitlestring

Tab title

activeboolean

Specifies active tab

badgeDotboolean

Use badge dot mode

disabledboolean

Item is disabled and cannot be opened.

lazyLoadboolean

Lazy load content before tab selection TODO: rename, as lazy is by default, and this is more instant load

responsiveboolean

Show only icons when width is smaller than tabs-icon-only-max-width

NbRouteTabsetComponent

Inputs

NameTypeDescription
tabsany[]

Tabs configuration

fullWidthboolean

Take full width of a parent

Outputs

NameTypeDescription
changeTabEventEmitter<any>

Emits when tab is selected

Menu
Previous page
Actions
Next page

Need some help or found an issue?

Ask on Stack Overflow with tag `nebular` or post an issue on GitHub.