Henosia

Insert, Duplicate, Move & Delete

The edits you want to make might be bigger, though. Perhaps you want to delete an element, move an element or insert a new specific element you had in mind. This, too is possible:

Insert

Henosia is based on shadcn/ui, meaning you have the option to not only edit what is already on your screen, but also to add new elements to that UI.

The + next to the prompt field opens an insert dialogue containing shadcn/ui components.

A close up of the Insert icon next to the prompt field. The Insert icon depicts a plus.

This opens an insert panel with a list of basic components ready to insert into your design. You can search in the list, and by clicking each element you can see a preview of it to the right. When you’ve found the element you need, simply click insert, to bring it into your project.

An image of the Insert modal. It has three tabs: Components, Icons and HTML Elements. Currently, the Component tab is selected. It depicts a list of components, where one component (a card component) is selected. The card is shown in the preview area on the right side and there is an insert button, to insert the card into the project.

Once you click insert, you need to decide where the component should be inserted. In the placement panel that appears, click if you want it inserted before, after, above or below what you have selected in your product. If nothing is selected, click an element you want it placed in relation to first, and then select the placement after. If you have a wrong element selected, just click a different element before you choose a placement.

A close up of a placement panel. It depicts the options for placing the selected component. The options are: Above, below, before, after, inside or replace. Each placement has a shortcut key: Up-arrow for above, down-arrow for below, left-arrow for before, right-arrow for after, 0 for inside and x for replace.

Duplicate

You can duplicate any element in your preview. Select it and use either ctrl+D or click “Duplicate” in your right-click menu.

Move

Select the element you want to move and use the arrows to move it up and down in the underlying tree structure (see the next section about the tree structure).

Delete

Simply select the element you want to delete and hit delete.

Further resources

On this page