mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
snippets adjusted per feedback
This commit is contained in:
parent
990b0cf520
commit
1f72e9e098
@ -73,7 +73,7 @@ Up until now, we only used auto-generated controls based on the component we're
|
||||
|
||||
<CodeSnippets
|
||||
paths={[
|
||||
'common/table-story-fully-customize-controls.js.mdx',
|
||||
'react/table-story-fully-customize-controls.js.mdx',
|
||||
]}
|
||||
/>
|
||||
|
||||
|
@ -121,7 +121,7 @@ You can change your story through [parameters](../writing-stories/parameters.md)
|
||||
|
||||
<CodeSnippets
|
||||
paths={[
|
||||
'common/my-component-story-configure-viewports.js.mdx',
|
||||
'react/my-component-story-configure-viewports.js.mdx',
|
||||
]}
|
||||
/>
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
```js
|
||||
// Button.stories.js
|
||||
|
||||
export const Large = Template.bind({});
|
||||
|
||||
Basic.parameters = {
|
||||
controls: { hideNoControlsWarning: true },
|
||||
};
|
||||
|
@ -1,5 +1,5 @@
|
||||
```js
|
||||
// Gizmo.story.js
|
||||
// Gizmo.stories.js
|
||||
|
||||
export default {
|
||||
title: 'Gizmo',
|
||||
|
Loading…
x
Reference in New Issue
Block a user