LearnCard Front
Component for displaying the front face of a unique Card issued to a user
Last updated
Component for displaying the front face of a unique Card issued to a user
Last updated
Update the fields below, to see live changes! 🚀
try: showActionButton: false
Description
Image of the user issued the card
Type
string | undefined
Default
undefined
Description
value encoded as a QR code
Type
string | undefined
Default
undefined
Description
Show or hide the action button
Type
boolean | undefined
Default
false
Description
Title for the action button
Type
string | undefined
Default
'Open Card'
Description
Custom css class
Type
string | undefined
Default
""
Description
Custom onClick handler
Type
() => void | undefined
Default
() => {}