react-iframe
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "react-iframe", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Easy iframes with react", | ||
@@ -5,0 +5,0 @@ "main": "index.min.js", |
@@ -11,10 +11,10 @@ # React Iframe | ||
const Iframe = require("react-iframe"); | ||
<Iframe url="http://www.youtube.com/embed/xDMP3i36naA" width="50%" height="50%" allowFullScreen/> | ||
or | ||
import Iframe from 'react-iframe' | ||
<Iframe url="http://www.youtube.com/embed/xDMP3i36naA" width="500px" height="500px" allowFullScreen/> | ||
<Iframe url="http://www.youtube.com/embed/xDMP3i36naA" | ||
width="450px" | ||
height="450px" | ||
display="initial" | ||
position="relative" | ||
allowFullScreen/> | ||
### Properties | ||
@@ -21,0 +21,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6458