Skip to Content
DocumentationBuild UIGuidesPage & Component Basics

Page & Component Basics

Create a page, add components, and build a modal — the foundation before deeper configuration.

Full editor tour: Editor Overview. Conceptual model: UI Organization.

Select a Client

A Momen project can include Web and Native App clients. Choose the client at the top of the left sidebar.

See UI Organization · Clients.

Pages

A page is an independent routable UI unit in the current client.

Add page

  1. Select the client in the left sidebar.
  2. Open the Pages list.
  3. Click + to add a page.
  4. Double-click the name to rename.
  5. Select the page and edit on the canvas.

Page Configuration

With a page selected, use the right sidebar Design, Data, and Action tabs. Field reference: Pages & Modals.

Preview

Click the play icon on the canvas to open a preview in a new tab. Editor changes sync without redeploying.

Common Page Operations

OperationHow
RenameDouble-click the page name, or right-click → Rename
DeleteRight-click → Delete
DuplicateRight-click → Copy
Set as homeRight-click → Set as Home Page
New groupClick the folder icon at the top of the page list
Add to groupRight-click → Add to Group
Tiled view⌘ P / Ctrl P

Components

Components are the building blocks of the UI — text, buttons, images, inputs, views, lists, and more.

  1. Select the page canvas or a container component.
  2. Open the Components tab in the left sidebar.
  3. Click + to open the library (System, Custom, Code components).
  4. Drag or double-click to add.
  5. Configure Design, Data, and Action in the right sidebar.

Add components

MethodActionNotes
DragDrag from library to canvas or treePrecise parent and depth
Double-clickDouble-click in libraryAdds to current selection
ShortcutsT / B / I / F etc.Fast structure building

Shortcuts: UI Shortcuts.

Configure Components

TabPurpose
DesignComponent-specific options, position, size, layout, style
DataData sources, inputs, outputs
ActionTriggers and actions

Design tab fields: Design Panel.

Common Component Operations

OperationNotes
Right-click menuCopy, cut, paste, duplicate, rename, create view, save as custom component, delete
Component treeHierarchy, deep selection, reorder siblings
SearchFind pages, components, or IDs (⌘ F / Ctrl F)
Multi-selectShift + click, or box-select on canvas

Component menu

Modals

Modals are floating views for confirmations, forms, detail panels, and drawers. They are opened by actions, not routes.

  1. Select the client.
  2. Switch to the Modals list in the left sidebar.
  3. Click + to create a modal.
  4. Rename and design on the modal canvas.
  5. On a page, configure Open Modal on a button or other trigger.

Configuration reference: Pages & Modals.

Last updated on