react-kjua
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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.

Package Sidebar

Install

npm i react-kjua

Weekly Downloads

3

Version

0.0.2

License

MIT

Unpacked Size

6.52 kB

Total Files

7

Last publish

Collaborators

  • fiatjaf