When to use Frame vs Group

Group

When resizing a group, its child elements will scale as you would expect vector artwork to scale.

Frame

When resizing, a frame’s bounds will be resized independently from its child elements. So each elements can have different constraints.

Learn more about Frame & Group