qr-code-simple

1.0.16 • Public • Published

qr-code-simple

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save qr-code-simple

Usage

import React, { Component } from 'react'

import {EnterUrl} from 'qr-code-simple'
import 'qr-code-simple/dist/index.css'

class Example extends Component {
  render() {
    return <EnterUrl options={{backgroundColor: 'yellowgreen', heightQrCode: '300px'}}/>
  }
}

Available options

option type default
backgroundColor String pink
backgroundColorButton String blue
colorTextButton String white
widthInput String 500px
marginTopQrCode String 50px
heightQrCode String 150px

License

MIT © melaniemdm

Readme

Keywords

none

Package Sidebar

Install

npm i qr-code-simple

Weekly Downloads

0

Version

1.0.16

License

MIT

Unpacked Size

15.6 kB

Total Files

8

Last publish

Collaborators

  • melanielisanna