Rob-pw / vue-qrcode

A qrcode component for use with Vue.

Home Page:http://xiaokaike.github.io/vue-qrcode/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-qrcode

A Vue component to generate QR codes.

Usage

<qrcode val="https://github.com/"></qrcode>

Available Props

prop type default value
val string
size number 128
bg-color string (CSS color) "#FFFFFF"
fg-color string (CSS color) "#000000"

About

A qrcode component for use with Vue.

http://xiaokaike.github.io/vue-qrcode/

License:MIT License


Languages

Language:JavaScript 42.9%Language:Vue 31.2%Language:HTML 20.1%Language:CSS 5.7%