Skip to content

Instantly share code, notes, and snippets.

@designer-polymer
Created January 23, 2015 14:21
Show Gist options
  • Save designer-polymer/fe9cba9e17b23434d7e9 to your computer and use it in GitHub Desktop.
Save designer-polymer/fe9cba9e17b23434d7e9 to your computer and use it in GitHub Desktop.
designer
<link rel="import" href="../asq-elements/elements/asq-stem/asq-stem.html">
<link rel="import" href="../asq-elements/elements/asq-css-select/asq-css-select.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
box-sizing: border-box;
}
#asq_css_select {
left: 450px;
top: 260px;
position: absolute;
}
</style>
<asq-css-select id="asq_css_select" htmlcode="<ul><li class='daclass'><ul id='ghouan'><li></li><li></li><li></li></ul></li><li></li><li></li><li><div><p></p><p class='pclass'></p></div></li></ul>">
<asq-stem id="asq_stem">
<asq-stem id="asq_stem1">
</asq-stem>
</asq-stem>
</asq-css-select>
</template>
<script>
Polymer({
});
</script>
</polymer-element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment