mdx-iframe #2469
Answered
by
remcohaszing
vishalkadam47
asked this question in
Q&A
mdx-iframe
#2469
|
is there any component for adding iframe inside mdx |
Answered by
remcohaszing
Apr 9, 2024
Replies: 1 comment
|
You can use JSX. # Hello MDX
This is an iframe.
<iframe sandbox="…" src={'…'} /> |
0 replies
Answer selected by
vishalkadam47
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use JSX.