repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Implement OCSP stapling in Windows BoringSSL port.
[chromium-blink-merge.git]
/
third_party
/
polymer
/
components-chromium
/
core-input
/
metadata.html
blob
01f69bbe1ec4acb075585a80677234b9f7687df4
1
<x-meta
id
=
"core-input"
label
=
"Input"
group
=
"Core"
isEditor
>
2
3
<template>
4
<core-input
placeholder
=
"Type something..."
style
=
"padding: 15px;"
></core-input>
5
</template>
6
7
<template
id
=
"imports"
>
8
<link
rel
=
"import"
href
=
"core-input.html"
>
9
</template>
10
11
</x-meta>