# Core Layout Components
To configure your layouts, you need components and actors. These components are custom HTML elements using the WebComponents (external link) (opens new window) technology. For example the cm4ap-object-image
component is used to display the object image of any module object. Some components use HTML attributes and events to consume or reflect properties, other communicate via actors.
How the components work can be very different. Some components do nothing if they are not bound to an actor. Other components do not support a connection to other actors.
Here is a list of Core Engine HTML components that are currently supported:
- AdminSidebar
- DetailsRendererGUI
- InfoBanner
- ListItemRenderer
- ObjectImage
- PolymerList
- SearchRendererPanel
- Toolbox
- TreeComponent
- WYSIWYG editor
Please note: This list is still incomplete. We're working on a list of all available layout components!
Also refer DAM layout components here (opens new window).