Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Google Material UI on AEM

Avatar

Level 2

Can Google Material UI React component Library be implemented in AEM? I know there's an Archetype for AEM using React, but not sure if the Google Material UI component Library could also be used on AEM or it's not a good idea.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi, 


Technically, yes, the AEM archetype includes a webpack project capable of adding any type of framework, including Google Material UI. However, Google recently announced that it is no longer maintained, so I wouldn't advise using it. Please read this thread: https://github.com/material-components/material-web/discussions/5642

Hope this helps



Esteban Bustamante

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi, 


Technically, yes, the AEM archetype includes a webpack project capable of adding any type of framework, including Google Material UI. However, Google recently announced that it is no longer maintained, so I wouldn't advise using it. Please read this thread: https://github.com/material-components/material-web/discussions/5642

Hope this helps



Esteban Bustamante

Avatar

Level 2

I guess the answer would be the same, but with Material UI I was refering not to the Google Material Design (which Google is not longer maintaining), but the ReactJS implementation that is still maintained.