mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-03 04:10:16 +01:00
form layout component
This commit is contained in:
parent
fcd27874d2
commit
72b075b4f8
18 changed files with 208 additions and 3 deletions
|
|
@ -1 +1,38 @@
|
|||
hello
|
||||
<div class="widgets">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<ba-card title="Inline Form" baCardClass="with-scroll">
|
||||
<inline-form></inline-form>
|
||||
</ba-card>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<div>
|
||||
<ba-card title="Basic Form" baCardClass="with-scroll">
|
||||
<basic-form></basic-form>
|
||||
</ba-card>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<ba-card title="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">
|
||||
<without-labels-form></without-labels-form>
|
||||
</ba-card>
|
||||
</div>
|
||||
<div>
|
||||
<ba-card title="Block Form" baCardClass="with-scroll">
|
||||
<block-form></block-form>
|
||||
</ba-card>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue