Browse Source

docs: sample code for iframe updated

pull/6824/head
Raju Udava 11 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 ```html
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<body> <head>
<iframe <title>Sample iFrame Example</title>
class="nc-embed" </head>
src="http://localhost:3000/#/nc/base/7d4b551c-b5e0-41c9-a87b-f3984c21d2c7?embed" <body style="height:100vh; margin:0">
frameBorder="0" <iframe src="http://localhost:3000/#/base/035c5207-501a-48b8-8dbe-67742b78323e" width="100%" height="100%" style="border: none;"></iframe>
width="100%" </body>
height="700"
style="background: transparent; "
></iframe>
</body>
</html> </html>
``` ```

Loading…
Cancel
Save