vue3-qrcode-reader
Version:
A set of Vue.js components for detecting and decoding QR codes.
14 lines (9 loc) • 326 B
Markdown
# Fullscreen
`QrcodeStream` always covers the entire space available.
Not more, not less.
So to go fullscreen, simply put the component in a wrapper element that occupies the entire screen.
<ClientOnly>
<DemoWrapper component="Fullscreen" />
</ClientOnly>
### Source
<<< @/docs/.vuepress/components/demos/Fullscreen.vue