Created Iframe component
This commit is contained in:
@@ -9,6 +9,6 @@ export function Iframe({
|
||||
url, style
|
||||
}: IframeProps) {
|
||||
return (
|
||||
<iframe src={url} style={style ?? {}}></iframe>
|
||||
<iframe src={url} style={style ?? { width: `100%`, height: `100%` }}></iframe>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user