Skip to content

arasbm/x-qr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is a simple QR code web component.

Usage

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>

Dev Setup

$ npm install	// install bower tasks
$ bower install	// install components
$ grunt build   // build the dependencies

Credit

This x-tag component generates it's qr codes by using the excellent qrcodejs by @davidshimjs

Links

X-Tags Docs

Guide for creating X-Tag Components

Using X-Tag components in your applications

About

WIP x-tag for qr code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%