mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-22 18:30:14 +01:00
16 lines
621 B
HTML
16 lines
621 B
HTML
<nb-card>
|
|
<nb-card-header>Block Level Buttons</nb-card-header>
|
|
<nb-card-body>
|
|
<div class="row block-level-buttons">
|
|
<div class="col-md-12">
|
|
<div class="btn-group btn-group-full-width" role="group">
|
|
<button type="button" class="btn btn-primary btn-group-icon btn-group-divider btn-fixed">
|
|
<i class="nb-home"></i>
|
|
</button>
|
|
<button type="button" class="btn btn-primary">Icon Block Button</button>
|
|
</div>
|
|
<button type="button" class="btn btn-outline-primary btn-block">Block Button</button>
|
|
</div>
|
|
</div>
|
|
</nb-card-body>
|
|
</nb-card>
|