Skip to content

Instantly share code, notes, and snippets.

@MacKentoch
Last active December 7, 2016 04:54
Show Gist options
  • Save MacKentoch/61774f5973c52c140197 to your computer and use it in GitHub Desktop.
Save MacKentoch/61774f5973c52c140197 to your computer and use it in GitHub Desktop.
<!-- Simple MDL Progress Bar -->
<div id="p1" class="mdl-progress mdl-js-progress"></div>
<script>
document.querySelector('#p1').addEventListener('mdl-componentupgraded', function() {
this.MaterialProgress.setProgress(44);
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment