Skip to content

zebedeeio/react-kjua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published