This repository was archived by the owner on Mar 13, 2018. It is now read-only.
File tree 3 files changed +8
-11
lines changed
3 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " core-field" ,
3
3
"private" : true ,
4
4
"dependencies" : {
5
- "core-icon" : " Polymer/core-icon#master" ,
6
- "core-layout" : " Polymer/core-layout#master"
5
+ "polymer" : " Polymer/polymer#master"
7
6
}
8
7
}
Original file line number Diff line number Diff line change 7
7
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
8
8
-->
9
9
10
- < link rel ="import " href ="../core-layout/core-layout .html ">
10
+ < link rel ="import " href ="../polymer/polymer .html ">
11
11
12
12
<!--
13
13
The `core-field` supplies a horizontal layout, anticipating an input.
17
17
<core-field>
18
18
<core-icon icon="menu" size="48"></core-icon>
19
19
<label>I'm a label!</label>
20
- <input placeholder="I have a label" core- flex>
20
+ <input placeholder="I have a label" flex>
21
21
</core-field>
22
22
23
23
@group Polymer Core Elements
24
24
@element core-field
25
25
@homepage github.io
26
26
-->
27
- < polymer-element name ="core-field " noscript >
27
+ < polymer-element name ="core-field " noscript center horizontal layout >
28
28
< template >
29
29
30
30
< link rel ="stylesheet " href ="core-field.css ">
31
31
32
- < core-layout align ="center "> </ core-layout >
33
-
34
32
< content select ="* "> </ content >
35
33
36
34
</ template >
Original file line number Diff line number Diff line change 35
35
36
36
< core-field >
37
37
< div class ="icon "> </ div >
38
- < input placeholder ="hi! " core- flex>
38
+ < input placeholder ="hi! " flex >
39
39
</ core-field >
40
40
41
41
< core-field >
42
42
< div class ="icon "> </ div >
43
- < input placeholder ="Search " core- flex>
43
+ < input placeholder ="Search " flex >
44
44
< icon > </ icon >
45
45
</ core-field >
46
46
47
47
< core-field >
48
48
< div class ="icon "> </ div >
49
49
< label > I'm a label!</ label >
50
- < input placeholder ="I have a label " core- flex>
50
+ < input placeholder ="I have a label " flex >
51
51
</ core-field >
52
52
53
53
< core-field >
54
- < input placeholder ="I have no icon " core- flex>
54
+ < input placeholder ="I have no icon " flex >
55
55
</ core-field >
56
56
57
57
</ body >
You can’t perform that action at this time.
0 commit comments