1.6.0 • Published 1 year ago

@open-iframe-resizer/react v1.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Open Iframe Resizer React

Overview

iframe-resizer is a modern, lightweight library for resizing iframes dynamically. It is shipped under the MIT license, making it usable in commercial projects.

If you found this plugin helpful, please consider starring the repository!

Getting Started

Install the package:

npm install @open-iframe-resizer/react

Wrap your iframes with it to resize them automatically:

import { IframeResizer } from "@open-iframe-resizer/react";

function YourComponent() {
  return (
    <div>
      <IframeResizer src="https://github.com" />
    </div>
  );
}

You can found a working example here

1.2.0

2 years ago

1.4.3

1 year ago

1.6.0

1 year ago

1.4.2

1 year ago

1.5.0

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.1

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

1.0.0-rc5

2 years ago

1.0.0-rc1

2 years ago