Skip to content

Instantly share code, notes, and snippets.

@dfreedm
Created May 7, 2018 23:54
Show Gist options
  • Save dfreedm/f01e9fc2ed04e781ad5a52ded7b296e7 to your computer and use it in GitHub Desktop.
Save dfreedm/f01e9fc2ed04e781ad5a52ded7b296e7 to your computer and use it in GitHub Desktop.
mwc-icon example
<html>
<head>
<!-- Polyfills only needed for Firefox and Edge. -->
<script src="https://unpkg.com/@webcomponents/webcomponentsjs@next/webcomponents-loader.js"></script>
</head>
<body>
<!-- Works only on browsers that support Javascript modules like
Chrome, Safari, Firefox 60, Edge 17 -->
<script type="module">
import 'https://unpkg.com/@material/mwc-icon@latest/mwc-icon.js?module';
</script>
<mwc-icon>sentiment_very_satisfied</mwc-icon>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment