Skip to content

Commit

Permalink
feat(cookbook-app-react): add sample of iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
odinr committed Mar 12, 2024
1 parent ab7661f commit f12462f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/plenty-moose-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@equinor/fusion-framework-cookbook-app-react": patch
---

Added sample page for testing og iframe
10 changes: 10 additions & 0 deletions cookbooks/app-react/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>My Web Page</title>
</head>
<body>
<h1>Hello, world!</h1>
<iframe src="http://localhost:3000/apps/fusion-framework-cookbook-app-react?behaviour=popup" width="100%" height="800px"></iframe>
</body>
</html>

0 comments on commit f12462f

Please sign in to comment.