UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

7 lines (6 loc) 402 B
<button theme="dialogue" icon="addcard">Add Card</button> <div class="inverse-color"> <button theme="dialogue" icon="list-o" side="left" color="white" inverse [loading]="loading" (click)="fakeRequest()">Add/Remove</button> </div> <button theme="dialogue" icon="check" color="success" [loading]="loading" (click)="fakeRequest()">Dialogue</button> <button theme="dialogue" disabled>Dialogue</button>