mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-01 14:11:49 +01:00
Panels: development
This commit is contained in:
parent
ef18e103d5
commit
da6eb0db49
11 changed files with 108 additions and 91 deletions
8
src/app/theme/baPanel/baPanel.html
Normal file
8
src/app/theme/baPanel/baPanel.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<div class="card {{panelType}} {{baPanelClass || ''}}" zoom-in ba-panel-blur>
|
||||
<div *ngIf="title" class="card-header clearfix">
|
||||
<h3 class="card-title">{{title}}</h3>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<ng-content></ng-content>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue