mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-04 21:00:16 +01:00
fix(theme): replace title with cardTitle for the card component (#1064)
This commit is contained in:
parent
a75cf58315
commit
d23dc3da98
21 changed files with 59 additions and 59 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<ba-card title="Inline Form" baCardClass="with-scroll">
|
||||
<ba-card cardTitle="Inline Form" baCardClass="with-scroll">
|
||||
<inline-form></inline-form>
|
||||
</ba-card>
|
||||
</div>
|
||||
|
|
@ -11,25 +11,25 @@
|
|||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<div>
|
||||
<ba-card title="Basic Form" baCardClass="with-scroll">
|
||||
<ba-card cardTitle="Basic Form" baCardClass="with-scroll">
|
||||
<basic-form></basic-form>
|
||||
</ba-card>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<ba-card title="Horizontal Form" baCardClass="with-scroll">
|
||||
<ba-card cardTitle="Horizontal Form" baCardClass="with-scroll">
|
||||
<horizontal-form></horizontal-form>
|
||||
</ba-card>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div>
|
||||
<ba-card title="Form Without Labels" baCardClass="with-scroll">
|
||||
<ba-card cardTitle="Form Without Labels" baCardClass="with-scroll">
|
||||
<without-labels-form></without-labels-form>
|
||||
</ba-card>
|
||||
</div>
|
||||
<div>
|
||||
<ba-card title="Block Form" baCardClass="with-scroll">
|
||||
<ba-card cardTitle="Block Form" baCardClass="with-scroll">
|
||||
<block-form></block-form>
|
||||
</ba-card>
|
||||
</div>
|
||||
|
|
@ -37,12 +37,12 @@
|
|||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<ba-card title="Picture Uploader" baCardClass="with-scroll">
|
||||
<ba-card cardTitle="Picture Uploader" baCardClass="with-scroll">
|
||||
<ba-picture-uploader [picture]="profile.picture" [defaultPicture]="defaultPicture" [uploaderOptions]="uploaderOptions"></ba-picture-uploader>
|
||||
</ba-card>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<ba-card title="File Uploader" baCardClass="with-scroll">
|
||||
<ba-card cardTitle="File Uploader" baCardClass="with-scroll">
|
||||
<ba-file-uploader [fileUploaderOptions]="fileUploaderOptions"></ba-file-uploader>
|
||||
</ba-card>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue