Spelte

Open Github

QR Code

QR code generator with rounded finder patterns and dot-style data modules.

Installation

pnpm dlx shadcn-svelte@latest add https://spelte.dev/r/qr-code.json

Examples

Colors

Usage

<script>
	import QrCode from '$registry/spelte/qr-code.svelte';
</script>
 
<QrCode value="https://spelte.dev" />

Props

PropTypeDefaultDescription
valuestringText or URL to encode
sizenumber268QR code size in pixels
fgColorstring"var(--foreground)"Foreground color (adapts to theme)
bgColorstring"var(--background)"Background color (adapts to theme)
errorCorrectionLevel"L" | "M" | "Q" | "H""M"Error correction level
classstringAdditional CSS classes