Skip to content

Instantly share code, notes, and snippets.

@codebubb
Created October 16, 2020 11:51
Show Gist options
  • Select an option

  • Save codebubb/76d5c972afebab794efa7aa457ad8898 to your computer and use it in GitHub Desktop.

Select an option

Save codebubb/76d5c972afebab794efa7aa457ad8898 to your computer and use it in GitHub Desktop.
ParcelJS Button Event
export const btnEvent = event => {
alert('Button Clicked!');
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment