---
title: Frame
source: https://github.com/remix-run/remix/blob/remix@3.0.0-beta.3/packages/ui/src/runtime/component.ts#L391
---

# Frame

## Summary

Built-in component used to render nested frame content.

## Signature

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

```

## Parameters

### `handle`

Component handle for the frame instance.

## Returns

A placeholder render function handled by the reconciler.