Props
| Prop | Type | Default | Notes |
|---|---|---|---|
data | string | https://stellarui.com | |
label | string | '' | |
error-correction | L | M | Q | H | L | |
radius | number | 0 | |
size | number | 128 |
StellarUI
Canvas-backed QR code generator for URLs, email addresses, and other short text payloads.
Set radius="0" for square modules and move toward 1 for the fully rounded fully rounded look.
<stellar-qr
data="https://stellarui.com"
radius="0"
size="128"
>
</stellar-qr>Complete props, events, slots, and implementation notes for the shipped QR component.
| Prop | Type | Default | Notes |
|---|---|---|---|
data | string | https://stellarui.com | |
label | string | '' | |
error-correction | L | M | Q | H | L | |
radius | number | 0 | |
size | number | 128 |
| Event | Source | Notes |
|---|---|---|
| custom events | none | stellar-qr redraws when props change but does not emit interaction events. |
| Slot | Notes |
|---|---|
| none | This component has no slots. It renders one internal <canvas> element and is fully prop-driven. |