mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 02:11:07 +08:00
doc: update readme of addon viewport
- about configure section
This commit is contained in:
parent
37a1f6ab12
commit
2cf678ca96
@ -103,6 +103,7 @@ Parameters can be configured for a whole set of stories or a single story via th
|
|||||||
export default {
|
export default {
|
||||||
title: 'Stories',
|
title: 'Stories',
|
||||||
parameters: {
|
parameters: {
|
||||||
|
viewports: INITIAL_VIEWPORTS,
|
||||||
viewport: { defaultViewport: 'iphone6' },
|
viewport: { defaultViewport: 'iphone6' },
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -110,6 +111,7 @@ export default {
|
|||||||
export const myStory = () => <div />;
|
export const myStory = () => <div />;
|
||||||
myStory.story = {
|
myStory.story = {
|
||||||
parameters: {
|
parameters: {
|
||||||
|
viewports: INITIAL_VIEWPORTS,
|
||||||
viewport: { defaultViewport: 'iphonex' },
|
viewport: { defaultViewport: 'iphonex' },
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user