File tree Expand file tree Collapse file tree 1 file changed +35
-1
lines changed Expand file tree Collapse file tree 1 file changed +35
-1
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,43 @@ <h3 class="sample-title">Line Style Input With Different Display Density</h3>
3
3
<!-- Basic text field -->
4
4
< igx-input-group >
5
5
< input igxInput name ="firstName " type ="text " [(ngModel)] ="user.firstName " required />
6
- < label igxLabel for ="firstName "> Text Field</ label >
6
+ < label igxLabel for ="firstName "> 日日日</ label >
7
+ < igx-prefix >
8
+ < igx-icon > person</ igx-icon >
9
+ </ igx-prefix >
7
10
</ igx-input-group >
8
11
12
+ < igx-input-group type ="box ">
13
+ < input igxInput name ="firstName " type ="text " [(ngModel)] ="user.firstName " required />
14
+ < label igxLabel for ="firstName "> 日日日</ label >
15
+ < igx-prefix >
16
+ < igx-icon > person</ igx-icon >
17
+ </ igx-prefix >
18
+ </ igx-input-group >
19
+
20
+ < igx-input-group type ="border ">
21
+ < input igxInput name ="firstName " type ="text " [(ngModel)] ="user.firstName " required />
22
+ < label igxLabel for ="firstName "> 日日日</ label >
23
+ < igx-prefix >
24
+ < igx-icon > person</ igx-icon >
25
+ </ igx-prefix >
26
+ </ igx-input-group >
27
+
28
+ < igx-input-group >
29
+ < textarea igxInput name ="firstName " type ="text " [(ngModel)] ="user.firstName " required > </ textarea >
30
+ < label igxLabel for ="firstName "> 日日日</ label >
31
+ < igx-prefix >
32
+ < igx-icon > person</ igx-icon >
33
+ </ igx-prefix >
34
+ </ igx-input-group >
35
+
36
+ < igx-input-group type ="border ">
37
+ < textarea igxInput name ="firstName " type ="text " [(ngModel)] ="user.firstName " required > </ textarea >
38
+ < label igxLabel for ="firstName "> 日日日</ label >
39
+ < igx-prefix >
40
+ < igx-icon > person</ igx-icon >
41
+ </ igx-prefix >
42
+ </ igx-input-group >
9
43
<!-- Basic text field w/ placeholder -->
10
44
< igx-input-group >
11
45
< label igxLabel > Label</ label >
You can’t perform that action at this time.
0 commit comments