# DAM Layout Components
To configure your layouts, you need components and actors. These components are custom HTML elements using the WebComponents (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 the HTML components that are currently supported:
- DetailedObjectEvolutionTree
- FileObjectImage
- FolderTreeItemRenderer
- MarkupControls
- MarkupListItemRenderer
- MarkupPanel
- ObjectEvolutionTree
- ReviewerItemRenderer
Also refer Core Engine layout components here (opens new window).