UNPKG

angular2-simple-ui

Version:

Angular 2 Simple Material Design UI Components customisable with Simple 30 KB CSS with LESS support and full features support , just plugin up and run for clarity look at sample examples

3 lines 178 B
<div class="{{' sui-btn-group '+ cssClass}}" [ngStyle]="style"> <sui-button *ngFor="let btn of buttons" [model]="btn" (onClick)="onBtnClick($event)" > </sui-button> </div>