x-tags (the foundation for Brick) and Polymer use exactly the same polyfields, but x-tags uses a smaller set.
Brick itself comes as one miniature JS file, so the distribution does not work with Polymer (if you download brick.min.js and platform.js , there is a polyfill collision).
However, the x tags themselves can work with Polymer. If you load platform.js (poly regiments), then x-tag-core (x-tag sugar layer), you can import Polymer elements and load x-tags together without any problems.
This process can be simplified by importing, but x-tags / brick does not come with supporting import files (but we are trying to do this). There is an article http://www.polymer-project.org/articles/polymer-xtag-vanilla.html with additional information and some examples.
source share