I was trying to use the Material Components for Web in my page(LINK).
Able to create a FAB using MDC and you can find them in here [CODE-PEN][2]
But when I try to do the same inside the Template and Custom Elements(Web Component), it doesn't seem to be working LINK
I get the proper CSS for the FAB but the icon is not displaying. Can anyone help me with this?
MDC LINK
1: https://github.com/material-components/material-components-web/tree/master/packages/mdc-fab
WORKING
[2]: https://codepen.io/rleo2joseph/pen/GRRZGRv
NOT WORKING
[3]: https://codepen.io/rleo2joseph/pen/KKKzeqY?editors=1010