New in February 2026 — See what's new
DazlDocs
Feature Reference

Elements

The Elements panel shows a tree view of your project's component hierarchy for the current page. Click any node to select the corresponding element on the preview.

The Elements panel shows a tree view of your project's component hierarchy for the current page. Click any node to select the corresponding element on the preview.

The Elements panel showing a component tree with readable component and class names

Tree View

  • Component names (e.g., NavigationHeaderBlock, HomeHeroBlock) and CSS class names displayed in their original source names
  • Expandable/collapsible hierarchy
  • Click a node to select the element on the preview and in the Inspect panel
  • Useful for selecting elements that are hard to click directly on the preview

Filter Selected

The Filter selected toggle at the top of the panel narrows the tree to show only the selected component and its children. This is useful when you're working inside a deeply nested component and want to focus without the surrounding tree nodes.

Context Menu

Right-click any element in the tree to open a context menu with quick actions.

The context menu on an element in the Elements tree

ActionShortcutDescription
DuplicateCmd/Ctrl+DCopy the element and insert it after the original
Wrap with divWrap the element in a new <div> container
Select parentShift+↑Move the selection up to the parent element
Add to chat contextAlt/Option+ClickAttach the element as context in the Chat prompt
View codeOpen the element's source file in the code editor
DeleteBackspaceRemove the element from the page

On this page