diff --git a/src/framework/theme/components/tabset/tabset.component.ts b/src/framework/theme/components/tabset/tabset.component.ts index 818a3b7855..9f11ae1d77 100644 --- a/src/framework/theme/components/tabset/tabset.component.ts +++ b/src/framework/theme/components/tabset/tabset.component.ts @@ -50,6 +50,12 @@ export class NbTabComponent { */ @Input() tabTitle: string; + /** + * Tab id + * @type {string} + */ + @Input() tabId: string; + /** * Tab icon name or icon config object * @type {string | NbIconConfig}