We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218dbf2 commit 7d78b4aCopy full SHA for 7d78b4a
1 file changed
packages/components/src/OutputTypesDemoPage.tsx
@@ -312,6 +312,9 @@ def hello():
312
<div className="py-3">
313
{section.type === "html" || section.type === "svg" ? (
314
<div className="border border-dotted border-gray-300">
315
+ <pre className="bg-gray-100 p-1 text-xs">
316
+ {iframeUri}/react.html
317
+ </pre>
318
<IframeOutput
319
iframeUri={iframeUri ?? "."}
320
outputs={section.outputs}
0 commit comments