This is a simple QR code web component.
You can insert this QR code into your HTML document. When scanned, it will say "peaches":
<x-qr>peaches</x-qr>
If you like, you can specify some options:
<x-qr id="xqr" width=500 height=500 color-light="#FFFFFF" color-dark="#65002D">arasbm.com</x-qr>
$ npm install // install bower tasks
$ bower install // install components
$ grunt build // build the dependencies
This x-tag component generates it's qr codes by using the excellent qrcodejs by @davidshimjs