Skip to content

Commit

Permalink
feat(tabset): add tabid property (#1919)
Browse files Browse the repository at this point in the history
  • Loading branch information
hryb authored and yggg committed Sep 20, 2019
1 parent 422b6dc commit d5bf53a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/framework/theme/components/tabset/tabset.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit d5bf53a

Please sign in to comment.