Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2
wevm/cuer
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Opinionated QR Code component for React, powered byqr
npm i cuer
Use theCuer component to render a QR code (with an optionalarena).
import{Cuer}from'cuer'exportfunctionApp(){return<Cuerarena="https://example.com/logo.png"value="https://wevm.dev"/>}
Further customization is possible by composition components (ie.Cuer.Root,Cuer.Cells, etc).
import{Cuer}from'cuer'exportfunctionApp(){return(<Cuer.Rootvalue="https://wevm.dev"><Cuer.Finderfill="red"radius={0}/><Cuer.Cellsfill="blue"radius={0}/><Cuer.Arena><imgsrc="https://example.com/logo.png"style={{width:'100%',height:'100%',objectFit:'cover'}}/></Cuer.Arena></Cuer.Root>)}
MIT License
About
QR Code for React
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.