0.0.2 • Published 3 years ago

react-kjua v0.0.2

Weekly downloads
99
License
MIT
Repository
github
Last release
3 years ago

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.