UNPKG
todomvc
Version:
latest (0.1.1)
0.1.1
0.1.0
> Helping you select an MV\* framework
todomvc
/
examples
/
polymer
/
bower_components
/
core-selector
/
metadata.html
11 lines
(8 loc)
•
267 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<
x-meta
id
=
"core-selector"
label
=
"Selector"
group
=
"Core"
isContainer
>
<
template
>
<
core-selector
selected
=
"0"
style
=
"width:100%;height:50px;"
>
</
core-selector
>
</
template
>
<
template
>
<
link
rel
=
"import"
href
=
"core-selector.html"
>
</
template
>
</
x-meta
>