插件: qrcode.react

用法:

1. 安装

$ npm install qrcode.react --save

2. 使用:

import QRCode from 'qrcode.react';
React.render(  <QRCode value="http://facebook.github.io/react/" />,  mountNode);

属性及用法: