# react-frame-component **Repository Path**: mirrors_iamdustan/react-frame-component ## Basic Information - **Project Name**: react-frame-component - **Description**: Render your React app to an iFrame - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # React <Frame /> component [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][depstat-image]][depstat-url] This component allows you to encapsulate your entire React application or per component in an iFrame. ```bash npm install --save react-frame-component ``` ## How to use: ```js var Frame = require('react-frame-component'); ``` Go check out the [demo] [demo-url]. ```html var Header = React.createClass({ render: function() { return (