Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

ox2-ui/iframe

Repository files navigation

Package is no longer maintaned.

@ox2/iframe

NPM version

Auto sizable iframe React component.

Features

  • Auto sizable Auto size to its parent container width and height.

Installation

Install using npm:

npm install @ox2/iframe --save

Install using yarn:

yarn add @ox2/iframe

Usage

Will 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>

Change Log

Changes are tracked in the CHANGELOG.md

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published