Created
June 15, 2019 09:57
-
-
Save tiagogm/0a317b92fb36f17608d65ca13f98eb44 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//in a common use case, button click. | |
<button data-event-name="search-show-more-results" data-event-params="{currentPage: 4}"/> Sow more </button> | |
//when someone toggle a select dropdown | |
<select data-event-name="search-show-access-filters"> | |
.. | |
</select> | |
//when someone interacts with a custom component | |
<UserProfile> | |
<avatar data-event-name="avatar-info-hovered" data-event-trigger="hover"/> | |
</UserProfile> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment