Custom tooltips for buttons (aria-labels) #300
-
Where can I see a full list with the names of all the buttons for custom hover hints? I only found a couple:
But I'm also interested in the ** Enter Fullscreen, Exit Fullscreen, ZoomIn, ZoomOut** buttons p.s This is how I indicate aria label <Lightbox
labels={{
Previous: t('Common.prevTitle'),
Next: t('Common.nextTitle'),
Close: t('Common.closeTitle')
}}
/> |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You are bringing up a good point. There is no such list at the moment, and I will look into improving this DX aspect. For now, you'd need to use a web inspector to obtain the labels. |
Beta Was this translation helpful? Give feedback.
-
Thank you, I appreciate your work. You solved my problem. |
Beta Was this translation helpful? Give feedback.
You can now use IntelliSense code-completion with v3.21.3 to obtain a list of all applicable labels (the list depends on the plugins you use)