---
title: Frame
---

# Frame

<a href="https://github.com/remix-run/remix/blob/remix@3.0.0-alpha.6/packages/ui/src/runtime/component.ts#L357" target="_blank">View Source</a>

## Summary

Built-in component used to render nested frame content.

## Signature

```ts
function Frame(handle: Handle<FrameProps, FrameHandle>): () => null;

```

## Params

### handle

Component handle for the frame instance.

## Returns

A placeholder render function handled by the reconciler.