Skip to content

Instantly share code, notes, and snippets.

@tiagogm
Created June 15, 2019 09:57
Show Gist options
  • Save tiagogm/0a317b92fb36f17608d65ca13f98eb44 to your computer and use it in GitHub Desktop.
Save tiagogm/0a317b92fb36f17608d65ca13f98eb44 to your computer and use it in GitHub Desktop.
//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