tree: 07af676a125842e9f4f91f264654b71ab29f4604 [path history] [tgz]
  1. .bower.json
  2. .gitignore
  3. bower.json
  4. compiled_resources2.gyp
  5. CONTRIBUTING.md
  6. hero.svg
  7. index.html
  8. iron-media-query-extracted.js
  9. iron-media-query.html
  10. README.md
third_party/polymer/v1_0/components-chromium/iron-media-query/README.md

Build Status

Demo and API Docs

##<iron-media-query>

iron-media-query can be used to data bind to a CSS media query. The query property is a bare CSS media query. The query-matches property is a boolean representing whether the page matches that media query.

Example:

<iron-media-query query="(min-width: 600px)" query-matches="{{queryMatches}}"></iron-media-query>