Auto sizable iframe React component.
- Auto sizable Auto size to its parent container width and height.
Install using npm:
npm install @ox2/iframe --saveInstall using yarn:
yarn add @ox2/iframeWill use parent size, in this case iframe will be 1200px wide and 800px tall:
<div style={{ width: '1200px', height: '800px' }}>
<Iframe url={'index.html'} />
</div>Changes are tracked in the CHANGELOG.md