mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-17 05:02:23 +08:00
commit
6b4ff39995
@ -16,11 +16,19 @@ export const workingStory = () => (
|
||||
src="/iframe.html?id=ui-panel--default"
|
||||
allowFullScreen
|
||||
style={style}
|
||||
scale={1.0}
|
||||
/>
|
||||
);
|
||||
|
||||
export const missingStory = () => (
|
||||
<IFrame id="iframe" title="Missing" src="/iframe.html?id=missing" allowFullScreen style={style} />
|
||||
<IFrame
|
||||
id="iframe"
|
||||
title="Missing"
|
||||
src="/iframe.html?id=missing"
|
||||
allowFullScreen
|
||||
style={style}
|
||||
scale={1.0}
|
||||
/>
|
||||
);
|
||||
|
||||
export const errorStory = () => (
|
||||
@ -30,6 +38,7 @@ export const errorStory = () => (
|
||||
src="/iframe.html?id=core-errors--story-throws-exception"
|
||||
allowFullScreen
|
||||
style={style}
|
||||
scale={1.0}
|
||||
/>
|
||||
);
|
||||
// We need to disable this one in Chromatic because the screenshot includes the uploaded URL sadly:
|
||||
|
Loading…
x
Reference in New Issue
Block a user