react-kjua

React component to generate a kjua QR Code

Usage no npm install needed!

<script type="module">
  import reactKjua from 'https://cdn.skypack.dev/react-kjua';
</script>

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.