mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-25 07:07:48 +01:00
23 lines
707 B
HTML
23 lines
707 B
HTML
<q-expansion-item
|
|
group="extras"
|
|
icon="swap_vertical_circle"
|
|
label="Info"
|
|
:content-inset-level="0.5"
|
|
>
|
|
<q-card>
|
|
<q-card-section>
|
|
<h5 class="text-subtitle1 q-my-none">
|
|
Events: Sell and register ticket waves for an event
|
|
</h5>
|
|
<p>
|
|
Events alows you to make a wave of tickets for an event, each ticket is
|
|
in the form of a unqiue QRcode, which the user presents at registration.
|
|
Events comes with a shareable ticket scanner, which can be used to
|
|
register attendees.<br />
|
|
<small>
|
|
Created by, <a href="https://github.com/benarc">Ben Arc</a>
|
|
</small>
|
|
</p>
|
|
</q-card-section>
|
|
</q-card>
|
|
</q-expansion-item>
|