Used to output HTML in an iframe.
<SandBox
html="<p>Content</p>"
title="Sandbox"
type="embed"
scripts={[console.log("It's a sandbox")]}
/>
Not sure when to use it.
Used to output HTML in an iframe.
<SandBox
html="<p>Content</p>"
title="Sandbox"
type="embed"
scripts={[console.log("It's a sandbox")]}
/>
Not sure when to use it.