Created
May 7, 2018 23:54
-
-
Save dfreedm/f01e9fc2ed04e781ad5a52ded7b296e7 to your computer and use it in GitHub Desktop.
mwc-icon example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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