Skip to main content
New Participant
August 25, 2020

AEM : Style Integration

  • August 25, 2020
  • 2 replies
  • 1326 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Nirmal_Jose
Employee
August 26, 2020

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-technical-video-understand.html

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

sagrawalAuthor
New Participant
October 8, 2020

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.