Skip to content
HTMLImports compatibility shim for X-Tag components
Find file
New pull request
Latest commit 14e92c7 @pennyfx pennyfx Merge pull request #5 from robdodson/master
Use webcomponentjs polyfill
Failed to load latest commit information.
.gitignore Initial commit
LICENSE Initial commit
README.md Add getting started to readme
bower.json
x-tag-core.html Initial commit
x-tag-deck.html add x-tag-transitions
x-tag-elements.html
x-tag-flipbox.html add x-tag-flipbox
x-tag-iconbutton.html Add switch and standardize names
x-tag-switch.html
x-tag-tabbar.html Add switch and standardize names
x-tag-transitions.html add x-tag-transitions

README.md

x-tag-imports

x-tag-imports is a shim repo that adds support for HTML Imports to X-Tag elements.

Getting Started

  • Add "x-tag-imports": "x-tag/x-tag-imports" to your bower.json's dependencies hash
  • OR from your project dir, run bower install --save x-tag/x-tag-imports
  • Create a link for each element you wish to import. Ex:
<!-- import an element written using X-Tag -->
<link rel="import" href="bower_components/x-tag-imports/x-tag-switch.html">

Note: If you're not a fan of bower, you can just clone the imports using git and link to them that way.

Something went wrong with that request. Please try again.