Element tree
The element tree provides a structural overview of your project, displaying all HTML elements and Nordcraft components in your page or component hierarchically.
Add a new element
Add a new element in one of three ways:
- select Add element from the context menu
- click the + button in the sidebar header
- use the shortcut I to open the element catalog
Element catalog
The element catalog contains all HTML elements for you to add to your project, including existing components defined in your project. Use the element catalog to:
- Browse different HTML element types grouped by category
- Search for specific HTML elements by tag name and aliases (for example, you can search for
link
to find the HTMLa
tag) - Search for project components by name
- View components from installed packages
Select an element to add it to your project. The element will be added as a child of the currently selected element or as the first child of the root element if no element is selected.
Tip
If you need to change the tag name of an HTML element, edit its Tag
under Attributes
in the right panel. This saves you having to delete and re-add elements.