We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c095dd commit 22314c9Copy full SHA for 22314c9
README.md
@@ -7,6 +7,9 @@ a `resize` event will be fired on the component itself.
7
8
You can then listen to such event to perform any kind of operation.
9
10
+This component doesn't rely on intervals, loops or any other weird stuff.
11
+It takes advantage of the `resize` event of the `<object>` HTML element.
12
+
13
It requires just React.js and ReactDOM.
14
15
Install it with
0 commit comments