mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-23 02:40:14 +01:00
17 lines
635 B
HTML
17 lines
635 B
HTML
|
|
<nga-card>
|
||
|
|
<nga-card-header>Block Level Buttons</nga-card-header>
|
||
|
|
<nga-card-body>
|
||
|
|
<div class="row block-level-buttons">
|
||
|
|
<div class="col-md-12">
|
||
|
|
<div class="btn-group btn-group-block" role="group">
|
||
|
|
<button type="button" class="btn btn-primary btn-group-icon btn-group-divider">
|
||
|
|
<i class="ion-ios-home-outline"></i>
|
||
|
|
</button>
|
||
|
|
<button type="button" class="btn btn-primary btn-block">Icon Block Button</button>
|
||
|
|
</div>
|
||
|
|
<button type="button" class="btn btn-outline-primary btn-block">Block Button</button>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</nga-card-body>
|
||
|
|
</nga-card>
|