Skip to content

Instantly share code, notes, and snippets.

/gist:14b9c3bd15f5af94e89a Secret
Created Dec 2, 2014

Embed
What would you like to do?
polymer custom responsive element
<polymer-element name="rsp-row" attributes="additional-layouts" noscript>
<template>
<core-media-query query="min-width: 768px" queryMatches="{{largeScreen}}"></core-media-query>
<template if="{{largeScreen}}">
<div horizontal {{additional-layouts}} layout>
<content></content>
</div>
</template>
</template>
</polymer-element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.