qr-delight

1.0.7 • Public • Published

QR Delight

Delightful ways to use QR code with React.JS

QR Delight Demo

Installation

//Use npm
npm i qr-delight

//Use yarn
yarn add qr-delight

Docs

View Docs

Usage

import React, { Component } from "react";
import QRdelight from "qr-delight";

export default class MyQRcode extends Component {
  render() {
    const data = {
      platform: "Facebook",
      username: "developers",
      link: "https://fb.me/developers"
    };
    return <QRdelight type="social" data={data} />;
  }
}
Edit 349lz614nm

Contributors

Olalekan Animashaun

Package Sidebar

Install

npm i qr-delight

Weekly Downloads

30

Version

1.0.7

License

MIT

Unpacked Size

204 kB

Total Files

28

Last publish

Collaborators

  • kimolalekan