Browse Source

docs: sample code for iframe updated

pull/6824/head
Raju Udava 9 months ago committed by GitHub
parent
commit
ae0efa05f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      packages/noco-docs/docs/040.bases/060.share-base.md

16
packages/noco-docs/docs/040.bases/060.share-base.md

@ -73,16 +73,12 @@ Sample code with embedded iframe generated above
```html
<!DOCTYPE html>
<html>
<body>
<iframe
class="nc-embed"
src="http://localhost:3000/#/nc/base/7d4b551c-b5e0-41c9-a87b-f3984c21d2c7?embed"
frameBorder="0"
width="100%"
height="700"
style="background: transparent; "
></iframe>
</body>
<head>
<title>Sample iFrame Example</title>
</head>
<body style="height:100vh; margin:0">
<iframe src="http://localhost:3000/#/base/035c5207-501a-48b8-8dbe-67742b78323e" width="100%" height="100%" style="border: none;"></iframe>
</body>
</html>
```

Loading…
Cancel
Save