Skip to content

Commit

Permalink
remove priority navigation property
Browse files Browse the repository at this point in the history
  • Loading branch information
JesmoDev committed Sep 18, 2023
1 parent a785350 commit 761c35c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/uui-tabs/lib/uui-tab-group.element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,6 @@ export class UUITabGroupElement extends LitElement {
})
private _slottedNodes?: HTMLElement[];

/**
* Toggles the priority navigation mode, which will collapse tabs into a dropdown when there is not enough space.
* @type {boolean}
* @attr
* @default false
*/
@property({ type: Boolean, reflect: true, attribute: 'priority-navigation' })
priorityNavigation = false;

/**
* Set the flex direction of the content of the dropdown.
* @type {string}
Expand Down

0 comments on commit 761c35c

Please sign in to comment.