/vue-qrcode

A qrcode component for use with Vue.

Primary LanguageJavaScriptMIT LicenseMIT

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"