Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

AEM : Style Integration

Avatar

Level 2

Hello Everyone, I am new to AEM and looking for industry best practices to be followed in AEM styling for custom components. 

2 Replies

Avatar

Employee Advisor

Hi @sagrawal ,

From AEM core components perspective, we follow BEM like convention for css and use style system based presentation layer modelling. Please refer to [1] and [2] for best practices.

 

[1] - https://docs.adobe.com/content/help/en/experience-manager-learn/sites/developing/style-system-techni...

[2] - https://docs.adobe.com/content/help/en/experience-manager-learn/sites/developing/style-organization-...

Avatar

Level 2

Thanks for above information. 

 

1. Is there any other approaches also that we follow for custom stylings.

2.  I am developing a list components and want to give provision to author on couple options to show list as  

 a) Grid option b) Carousel c) Horizontal 

 

So do we have some OOB AEM options (classes/functions)  to achieve this.