AEM Core Components
The AEM Core Components are a set of standardized Web Content Management (WCM) components for AEM to speed up development time and reduce the maintenance cost of your websites.
The Core Components are provided with AEM as a Cloud Service and the WKND Tutorial illustrates how to implement and use components. The components are provided with all source code and can be used as is or as starting points for modified or extended components.
Viewing Available Components
For an overview of all available components in your AEM instance, use the Components Console.
Alternatively, you can also use CRXDE Lite to get a list of all the components available in the repository.
-
In CRXDE Lite, select Tools from the toolbar, then Query, which opens the Query tab.
-
In the Query tab, select
XPath
as Type. -
In the Query input field, enter the following string:
//element(*, cq:Component)
-
Click Execute and the components are listed.