UNPKG

unicorn-components

Version:

<a target="_blank" href="https://getunicorn.io"><img src="https://bitbucket-assetroot.s3.amazonaws.com/c/photos/2017/Jul/07/2615006260-5-nitsnetsstudios-ondemand-UNI_avatar.png" align="left"></a>

11 lines 340 B
<div class="uni-tabs__wrapper" *ngIf="tabs"> <uni-tabs-item [selected]="tab.value ? tab.value === tabSelected : i === tabSelected" *ngFor="let tab of tabs; let i = index;" (select)="selectTab(tab, i)" [size]="size" [label]="tab.label" [value]="tab.value" > </uni-tabs-item> </div>