Automattic / dops-components

Shared Calypso-style components for non-Calypso projects.
GNU General Public License v2.0
9 stars 6 forks source link

New tracks function `recordJetpackClick` #105

Closed dereksmart closed 7 years ago

dereksmart commented 7 years ago

This adds a new function for use in tracks, that will help standardize click events from Jetpack wp-admin. I wrote it so it can take both an object or a string as a property.

This PR also fixes a couple of components to allow click tracking to be handled on the onClick property events for Sarch and Popover components.

eliorivero commented 7 years ago

It's good, I merged it.

dereksmart commented 7 years ago

Thanks!