> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rocket.new/llms.txt
> Use this file to discover all available pages before exploring further.

# Components outside screen

> Keep all components inside the Figma frame for accurate import in Rocket.new's Figma-to-code pipeline.

export const LlmsDirective = () => <blockquote className="llms-directive">
    For the complete documentation index, see <a href="/llms.txt">llms.txt</a>.
    For a lightweight markdown version of this page, append .md to the URL.
  </blockquote>;

<LlmsDirective />

## Keep components inside the frame

Do not let design components sit on the canvas outside their screen frame. All elements must be placed **inside** the screen's Frame.

<Warning>
  Elements placed outside the frame are ignored during import and may cause visual gaps or missing content in the generated app.
</Warning>

In the example below, some components are outside the screen frame. Rocket will skip them during import, causing gaps in your generated app. Remove them before importing.

<Frame caption="Remove components outside the screen frame">
  <img src="https://mintcdn.com/dhiwisepvtltd-5e04e6a4/pLntWJzZ3SjUx1lc/images/build-docs/create/figma/figma-design-guidelines/components-outside-screen/components-outside-frame-example.gif?s=e423d901a32df0ca1ec6208f1603f653" alt="Components outside of the screen frame in Figma" className="theme-image" width="2560" height="1248" data-path="images/build-docs/create/figma/figma-design-guidelines/components-outside-screen/components-outside-frame-example.gif" />
</Frame>

<Divider />

## Exception: scrolling elements

For **horizontal lists** and **horizontal scrolls**, the scrolling content can extend outside the screen Frame. All other components should remain inside the frame.

<Frame caption="Scrolling elements outside the screen frame (allowed)">
  <img src="https://mintcdn.com/dhiwisepvtltd-5e04e6a4/pLntWJzZ3SjUx1lc/images/build-docs/create/figma/figma-design-guidelines/components-outside-screen/scrolling-elements-outside-frame-example.gif?s=4ebf910fa7bc1adde3691b450dab7b85" alt="Scrolling elements correctly placed outside the frame" className="theme-image" width="2560" height="1248" data-path="images/build-docs/create/figma/figma-design-guidelines/components-outside-screen/scrolling-elements-outside-frame-example.gif" />
</Frame>

<Divider />

<Card horizontal title="Back to guidelines" icon="arrow-left" href="/build/create/figma/figma-design-guidelines/overview">
  See all design guidelines for preparing your Figma files.
</Card>
