2018-11-19 16:57:35 +02:00
|
|
|
<nb-card>
|
|
|
|
|
<nb-card-header>Button With Spinner</nb-card-header>
|
|
|
|
|
<nb-card-body>
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-md-12 col-lg-12 col-xxxl-12">
|
2021-08-06 17:23:50 +03:00
|
|
|
<button nbButton matRipple status="success" size="large" (click)="toggleLoadingLargeGroupAnimation()"
|
2018-11-19 16:57:35 +02:00
|
|
|
[nbSpinner]="loadingLargeGroup" nbSpinnerStatus="success" nbSpinnerSize="large" nbSpinnerMessage="">
|
|
|
|
|
Download
|
|
|
|
|
</button>
|
|
|
|
|
|
2021-08-06 17:23:50 +03:00
|
|
|
<button nbButton matRipple status="primary" size="large" (click)="toggleLoadingLargeGroupAnimation()"
|
2018-11-19 16:57:35 +02:00
|
|
|
[nbSpinner]="loadingLargeGroup" nbSpinnerStatus="primary" nbSpinnerSize="large" nbSpinnerMessage="">
|
|
|
|
|
Download
|
|
|
|
|
</button>
|
|
|
|
|
|
2021-08-06 17:23:50 +03:00
|
|
|
<button nbButton matRipple status="warning" size="large" (click)="toggleLoadingLargeGroupAnimation()"
|
2018-11-19 16:57:35 +02:00
|
|
|
[nbSpinner]="loadingLargeGroup" nbSpinnerStatus="warning" nbSpinnerSize="large" nbSpinnerMessage="">
|
|
|
|
|
Download
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-12 col-lg-12 col-xxxl-12 size-medium-group">
|
2021-08-06 17:23:50 +03:00
|
|
|
<button nbButton matRipple status="danger" size="medium" (click)="toggleLoadingMediumGroupAnimation()"
|
2018-11-19 16:57:35 +02:00
|
|
|
[nbSpinner]="loadingMediumGroup" nbSpinnerStatus="danger" nbSpinnerMessage="">
|
|
|
|
|
Download
|
|
|
|
|
</button>
|
|
|
|
|
|
2021-08-06 17:23:50 +03:00
|
|
|
<button nbButton matRipple status="info" size="medium" (click)="toggleLoadingMediumGroupAnimation()"
|
2018-11-19 16:57:35 +02:00
|
|
|
[nbSpinner]="loadingMediumGroup" nbSpinnerStatus="info" nbSpinnerSize="small" nbSpinnerMessage="">
|
|
|
|
|
Download
|
|
|
|
|
</button>
|
|
|
|
|
|
2021-08-06 17:23:50 +03:00
|
|
|
<button nbButton matRipple status="primary" size="medium" (click)="toggleLoadingMediumGroupAnimation()"
|
2019-07-02 16:18:09 +03:00
|
|
|
[nbSpinner]="loadingMediumGroup" nbSpinnerStatus="primary" nbSpinnerSize="tiny" nbSpinnerMessage="">
|
2018-11-19 16:57:35 +02:00
|
|
|
Download
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</nb-card-body>
|
|
|
|
|
</nb-card>
|