Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

How to create custom component detailed in AEM

Avatar

Community Advisor

Hi Community,

Please find the detailed article on component creation in AEM.

In the article, I am going to explain to you, how to create a custom component in AEM, I am going to use CRXDE light to create a component, which is a development tool for AEM. If you are a more experienced person and having a good knowledge of XML structure then you can create a new component by copy and paste existing component, the problem here is, if some thing goes wrong you need to spend lot of time on debugging which I don’t like so, instead of that I prefer to use CRXDE lite.

How to create custom component in AEM - Keys and Strokes

Regards,

Prince

3 Replies

Avatar

Administrator

This is really nice. It would be great if you could add HTL code as well in "Include the Component in page".

~kautuk



Kautuk Sahni

Avatar

Level 10

Awesome content Prince - we will keep this as pinned content for a while

Avatar

Community Advisor

kautuksahni

Sure .. I will add the HTL code for including the component.

However I have given the parsys code so that author can drag and drop the component.

smacdonald2008

Thank you Scott.