Open
Description
First of all, thanks for your work on this amazing library!
In my onboarding usecase, I need to handle clicks on the different elements in the onboarding area.
We highlight a group of buttons and user must click one of them to proceed.
Right now Reveal library blocks click handling to underlying elements and I can react only to click for the whole button group.
So the user has to do a click to hide Reveal and one more click to the specific button.
Would be great to add an option for passing click events down the view hierarchy.