Skip to content

Instantly share code, notes, and snippets.

@marcelo-ribeiro
Last active July 5, 2019 04:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcelo-ribeiro/441554ea805f7a1d1dd1f2a86353324a to your computer and use it in GitHub Desktop.
Save marcelo-ribeiro/441554ea805f7a1d1dd1f2a86353324a to your computer and use it in GitHub Desktop.
Attach mdc ripple in all mdc buttons
document
.querySelectorAll(".mdc-button")
.forEach(button => new mdc.ripple.MDCRipple(button));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment