mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +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 {
|
||||
title: 'Stories',
|
||||
parameters: {
|
||||
viewports: INITIAL_VIEWPORTS,
|
||||
viewport: { defaultViewport: 'iphone6' },
|
||||
};
|
||||
};
|
||||
@ -110,6 +111,7 @@ export default {
|
||||
export const myStory = () => <div />;
|
||||
myStory.story = {
|
||||
parameters: {
|
||||
viewports: INITIAL_VIEWPORTS,
|
||||
viewport: { defaultViewport: 'iphonex' },
|
||||
},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user