Skip to content

React Setup

The library can also be used as a React component:

Terminal window
npm install @open-iframe-resizer/react
import { IframeResizer } from "@open-iframe-resizer/react";
function YourComponent() {
return (
<div>
<IframeResizer src="https://github.com" />
</div>
);
}

A full working project is also available here