Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/cuerPublic

QR Code for React

License

NotificationsYou must be signed in to change notification settings

wevm/cuer

Opinionated QR Code component for React, powered byqr

cuer logo

Install

npm i cuer

Usage

Basic

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"/>}

Advanced

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>)}

License

MIT License

About

QR Code for React

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

  •  

Contributors4

  •  
  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp