Groups & Frames

Groups and Frames are two ways to organize elements in Azyrom. Understanding when to use each is key to building well-structured designs.

Groups vs Frames

Groups

  • No own dimensions—size from children
  • Cannot clip content
  • Cannot have fill or stroke
  • Simple organization
  • Best for: related shapes that move together

Frames

  • Fixed dimensions
  • Can clip overflow content
  • Can have fill, stroke, effects
  • Support auto layout
  • Best for: UI components, layouts

Working with Groups

Creating Groups

  1. Select multiple elements
  2. Press ⌘/Ctrl + G or right-click → Group
  3. Elements are now grouped together

Ungrouping

Editing Inside Groups

Tip

Groups resize based on their children. If you move or resize children, the group bounds update automatically.

Working with Frames

Creating Frames

Several ways to create frames:

Frame Properties

Frames have their own styling options:

Clipping Content

Frames can hide content that extends beyond their bounds:

  1. Select the frame
  2. In Properties Panel, enable "Clip content"
  3. Children outside the frame bounds are now hidden
Pro Tip

Use frames with clipping for image containers, scrollable areas mockups, and UI components with overflow.

Frame Presets

The Frame tool offers presets for common device sizes:

Select a preset from the right panel after pressing F, or draw a custom size.

Custom Frame Presets (NEW)

Create, save, and manage your own custom frame size presets:

Creating Custom Presets

  1. Activate the Frame tool (F)
  2. Look for the + button in the frame presets panel header (right sidebar)
  3. Click the + button to open the "New Custom Preset" dialog
  4. Enter the following:
    • Name - Descriptive label (e.g., "Blog Hero", "Email Banner")
    • Width - Frame width in pixels
    • Height - Frame height in pixels
    • Category - Choose where to organize it (Phone, Tablet, Desktop, Social, Custom)
  5. Click Save to create the preset

Using Custom Presets

Managing Custom Presets

Persistence

Common Use Cases

Pro Tip

Create custom presets for all your frequently-used frame sizes at the start of a project. This saves time and ensures consistency across all your designs. The search function makes finding your custom presets fast even with many saved.

Auto Layout

Frames support auto layout for responsive designs:

  1. Select a frame
  2. Click "Add auto layout" in Properties Panel (or Shift + A)
  3. Children automatically arrange in rows or columns

Auto Layout Settings

Nesting

Groups and frames can be nested inside each other:

Keyboard Shortcuts

Action Shortcut
Group selection ⌘/Ctrl + G
Ungroup ⌘/Ctrl + Shift + G
Frame selection ⌘/Ctrl + Alt + G
Frame tool F
Add auto layout Shift + A
Remove auto layout Shift + Alt + A
Enter group/frame Double-click or Enter
Exit group/frame Escape

Best Practices

When to Use Groups

When to Use Frames

Converting Between Types