Iframe Block
Embed external websites and content into your documentation pages.
Syntax
<iframe src="https://www.example.com"/>
Example
Embed Interactive Demo
data-src=https://codesandbox.io/embed/example
Parameters
-
src: URL of the external content to embed (required)
- Must be a fully qualified URL (e.g.,
https://www.example.com) - The external site must allow iframe embedding
- Must be a fully qualified URL (e.g.,