1
- < div class ="sample-wrapper ">
2
- < section class ="sample-content ">
3
- < article class ="sample-column ">
4
- < form >
5
- < h5 class ="sample-title "> Line Type</ h5 >
6
- < igx-input-group type ="line ">
7
- < input igxInput name ="fullName1 " type ="text " />
8
- < label igxLabel for ="fullName1 "> Full Name</ label >
9
- < igx-suffix >
10
- < igx-icon > person</ igx-icon >
11
- </ igx-suffix >
12
- </ igx-input-group >
13
- < h5 class ="sample-title "> Box Type</ h5 >
14
- < igx-input-group type ="box ">
15
- < input igxInput name ="fullName2 " type ="text " />
16
- < label igxLabel for ="fullName2 "> Full Name</ label >
17
- < igx-suffix >
18
- < igx-icon > person</ igx-icon >
19
- </ igx-suffix >
20
- </ igx-input-group >
21
- < h5 class ="sample-title "> Border Type</ h5 >
22
- < igx-input-group type ="border ">
23
- < input igxInput name ="fullName3 " type ="text " />
24
- < label igxLabel for ="fullName3 "> Full Name</ label >
25
- < igx-suffix >
26
- < igx-icon > person</ igx-icon >
27
- </ igx-suffix >
28
- </ igx-input-group >
29
- < h5 class ="sample-title "> Search Type</ h5 >
30
- < igx-input-group type ="search ">
31
- < input #input1 igxInput placeholder ="Search " />
32
- < igx-prefix >
33
- < igx-icon > search</ igx-icon >
34
- </ igx-prefix >
35
- < igx-suffix *ngIf ="input1.value.length > 0 " (click) ="clearSearchInput() ">
36
- < igx-icon > clear</ igx-icon >
37
- </ igx-suffix >
38
- < igx-suffix >
39
- < igx-icon > mic</ igx-icon >
40
- </ igx-suffix >
41
- </ igx-input-group >
42
- </ form >
43
- </ article >
44
- </ section >
45
- </ div >
1
+ < div class ="container ">
2
+ < article class ="sample-column ">
3
+ < form >
4
+ < h6 > Line Type</ h6 >
5
+ < igx-input-group type ="line ">
6
+ < input igxInput name ="fullName1 " type ="text " />
7
+ < label igxLabel for ="fullName1 "> Full Name</ label >
8
+ < igx-suffix >
9
+ < igx-icon > person</ igx-icon >
10
+ </ igx-suffix >
11
+ </ igx-input-group >
12
+ < h6 > Box Type</ h6 >
13
+ < igx-input-group type ="box ">
14
+ < input igxInput name ="fullName2 " type ="text " />
15
+ < label igxLabel for ="fullName2 "> Full Name</ label >
16
+ < igx-suffix >
17
+ < igx-icon > person</ igx-icon >
18
+ </ igx-suffix >
19
+ </ igx-input-group >
20
+ < h6 > Border Type</ h6 >
21
+ < igx-input-group type ="border ">
22
+ < input igxInput name ="fullName3 " type ="text " />
23
+ < label igxLabel for ="fullName3 "> Full Name</ label >
24
+ < igx-suffix >
25
+ < igx-icon > person</ igx-icon >
26
+ </ igx-suffix >
27
+ </ igx-input-group >
28
+ < h6 > Bootstrap Type</ h6 >
29
+ < igx-input-group type ="bootstrap ">
30
+ < input igxInput name ="fullName3 " type ="text " />
31
+ < label igxLabel for ="fullName3 "> Full Name</ label >
32
+ < igx-suffix >
33
+ < igx-icon > person</ igx-icon >
34
+ </ igx-suffix >
35
+ </ igx-input-group >
36
+ < h6 > Fluent Type</ h6 >
37
+ < igx-input-group type ="fluent ">
38
+ < input igxInput name ="fullName3 " type ="text " />
39
+ < label igxLabel for ="fullName3 "> Full Name</ label >
40
+ < igx-suffix >
41
+ < igx-icon > person</ igx-icon >
42
+ </ igx-suffix >
43
+ </ igx-input-group >
44
+ < h6 > Search Type</ h6 >
45
+ < igx-input-group type ="search ">
46
+ < input #input1 igxInput placeholder ="Search " />
47
+ < igx-prefix >
48
+ < igx-icon > search</ igx-icon >
49
+ </ igx-prefix >
50
+ < igx-suffix *ngIf ="input1.value.length > 0 " (click) ="input1.value = '' ">
51
+ < igx-icon > clear</ igx-icon >
52
+ </ igx-suffix >
53
+ < igx-suffix >
54
+ < igx-icon > mic</ igx-icon >
55
+ </ igx-suffix >
56
+ </ igx-input-group >
57
+ < h6 > Fluent Search Type</ h6 >
58
+ < igx-input-group type ="fluent_search ">
59
+ < input #input2 igxInput placeholder ="Search " />
60
+ < igx-prefix >
61
+ < igx-icon > search</ igx-icon >
62
+ </ igx-prefix >
63
+ < igx-suffix *ngIf ="input2.value.length > 0 " (click) ="input2.value = '' ">
64
+ < igx-icon > clear</ igx-icon >
65
+ </ igx-suffix >
66
+ < igx-suffix >
67
+ < igx-icon > mic</ igx-icon >
68
+ </ igx-suffix >
69
+ </ igx-input-group >
70
+ </ form >
71
+ </ article >
72
+ </ div >
0 commit comments