1.0.16 • Published 2 years ago

qr-code-simple v1.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

optiontypedefault
backgroundColorStringpink
backgroundColorButtonStringblue
colorTextButtonStringwhite
widthInputString500px
marginTopQrCodeString50px
heightQrCodeString150px

License

MIT © melaniemdm

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago