Skip to content

Commit 7bc652a

Browse files
committed
updated angular form component attributes
1 parent 34527dd commit 7bc652a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

app/src/app/pages/forms/form-layouts/form-layouts.component.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616

1717
<div class="row">
1818
<div class="col-md-6">
19-
<nb-card>
19+
<nb-card class="grid-form-card">
2020
<nb-card-header>Using the Grid</nb-card-header>
2121
<nb-card-body>
22-
<form>
22+
<form class="form-grid">
2323
<div class="form-group row">
2424
<label for="inputEmail1" class="label col-sm-3 col-form-label">Email</label>
2525
<div class="col-sm-9">
@@ -51,10 +51,10 @@
5151
</nb-card-body>
5252
</nb-card>
5353

54-
<nb-card>
54+
<nb-card class="no-labels-card">
5555
<nb-card-header>Form without labels</nb-card-header>
5656
<nb-card-body>
57-
<form>
57+
<form class="form-no-labels">
5858
<div class="form-group">
5959
<input type="text" nbInput fullWidth placeholder="Recipients">
6060
</div>
@@ -74,7 +74,7 @@
7474
<nb-card>
7575
<nb-card-header>Basic form</nb-card-header>
7676
<nb-card-body>
77-
<form>
77+
<form class="form-basic">
7878
<div class="form-group">
7979
<label for="exampleInputEmail1" class="label">Email address</label>
8080
<input type="email" nbInput fullWidth id="exampleInputEmail1" placeholder="Email">
@@ -91,7 +91,7 @@
9191
</nb-card-body>
9292
</nb-card>
9393

94-
<nb-card>
94+
<nb-card class="block-form-card">
9595
<nb-card-header>Block form</nb-card-header>
9696
<nb-card-body>
9797
<div class="row">
@@ -130,7 +130,7 @@
130130

131131
<div class="row">
132132
<div class="col-md-6">
133-
<nb-card>
133+
<nb-card class="horizontal-form-card">
134134
<nb-card-header>Horizontal form</nb-card-header>
135135
<nb-card-body>
136136
<form class="form-horizontal">

0 commit comments

Comments
 (0)