I am currently unfamiliar with web components.
My main goal is to integrate Google Material Components into my React.js project.
Google Material Web Component can be found here:
https://github.com/material-components/material-components-web
Is there a way to incorporate web components into React.js?
Thank you!
J.Jayaprakash.