We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b95a13 commit 4bce86dCopy full SHA for 4bce86d
tabs/internal/tabs.ts
@@ -63,6 +63,7 @@ export class Tabs extends LitElement {
63
*
64
* @export
65
*/
66
+ @property({type: Number, reflect: true})
67
get activeTabIndex() {
68
return this.tabs.findIndex((tab) => tab.active);
69
}
0 commit comments