You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
Currently all our components point to the ES6 code in MDC Web (eg. import Button from '@material/button'). This is ok with the exception for CRA developers that cannot update their babel or webpack, making the components unusable to them.
This issue is to update all component imports to point to the ES5 dist code (eg. import Button from '@material/button/dist`;