react-kjua
v0.0.2
Published
React component to generate a kjua QR Code
Downloads
24
Maintainers
Readme
react-kjua
React component to generate a kjua QR Code.
Installation
npm install --save react-kjua
Usage
import * as React from 'react';
import { Kjua } from 'react-kjua';
React.render(
<Kjua text="some text here" />,
mountNode
);
The props (and their defaults) are the same as specified in the official kjua documentation.